Home
last modified time | relevance | path

Searched refs:failcnt (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/Documentation/cgroups/
Dhugetlb.txt33 hugetlb.<hugepagesize>.failcnt # show the number of allocation failure due to HugeTLB limit
41 hugetlb.16GB.failcnt
45 hugetlb.16MB.failcnt
Dmemory.txt66 memory.failcnt # show the number of memory usage hits limits
67 memory.memsw.failcnt # show the number of memory+Swap hits limits
83 memory.kmem.failcnt # show the number of kernel memory usage hits limits
88 memory.kmem.tcp.failcnt # show the number of tcp buf memory usage hits limits
397 The memory.failcnt field gives the number of times that the cgroup limit was
549 5.4 failcnt
551 A memory cgroup provides memory.failcnt and memory.memsw.failcnt files.
552 This failcnt(== failure count) shows the number of times that a usage counter
553 hit its limit. When a memory cgroup hits a limit, failcnt increases and
556 You can reset failcnt by writing 0 to failcnt file.
[all …]
Dunified-hierarchy.txt387 exported in the memory.failcnt file, but an OOM event count has to
/linux-4.1.27/net/ipv4/
Dtcp_memcontrol.c164 val = cg_proto->memory_allocated.failcnt; in tcp_cgroup_read()
194 cg_proto->memory_allocated.failcnt = 0; in tcp_cgroup_reset()
/linux-4.1.27/include/linux/
Dpage_counter.h15 unsigned long failcnt; member
/linux-4.1.27/mm/
Dpage_counter.c91 c->failcnt++; in page_counter_try_charge()
Dhugetlb_cgroup.c263 return counter->failcnt; in hugetlb_cgroup_read_u64()
315 counter->failcnt = 0; in hugetlb_cgroup_reset()
Dmemcontrol.c1464 K((u64)memcg->memory.limit), memcg->memory.failcnt); in mem_cgroup_print_oom_info()
1467 K((u64)memcg->memsw.limit), memcg->memsw.failcnt); in mem_cgroup_print_oom_info()
1470 K((u64)memcg->kmem.limit), memcg->kmem.failcnt); in mem_cgroup_print_oom_info()
3187 return counter->failcnt; in mem_cgroup_read_u64()
3360 counter->failcnt = 0; in mem_cgroup_reset()
/linux-4.1.27/drivers/message/fusion/
Dmptbase.c4658 int failcnt = 0; in mpt_handshake_req_reply_wait() local
4682 failcnt++; in mpt_handshake_req_reply_wait()
4685 ioc->name, reqBytes, t, failcnt ? " - MISSING DOORBELL HANDSHAKE!" : "")); in mpt_handshake_req_reply_wait()
4697 if (!failcnt && (t = WaitForDoorbellAck(ioc, 5, sleepFlag)) < 0) in mpt_handshake_req_reply_wait()
4698 failcnt++; in mpt_handshake_req_reply_wait()
4700 if (!failcnt) { in mpt_handshake_req_reply_wait()
4708 for (ii = 0; !failcnt && ii < reqBytes/4; ii++) { in mpt_handshake_req_reply_wait()
4716 failcnt++; in mpt_handshake_req_reply_wait()
4723 ioc->name, t, failcnt ? " - MISSING DOORBELL ACK!" : "")); in mpt_handshake_req_reply_wait()
4728 if (!failcnt && (t = WaitForDoorbellReply(ioc, maxwait, sleepFlag)) < 0) in mpt_handshake_req_reply_wait()
[all …]