Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/cgroup-v1/
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
389 The memory.failcnt field gives the number of times that the cgroup limit was
542 5.4 failcnt
544 A memory cgroup provides memory.failcnt and memory.memsw.failcnt files.
545 This failcnt(== failure count) shows the number of times that a usage counter
546 hit its limit. When a memory cgroup hits a limit, failcnt increases and
549 You can reset failcnt by writing 0 to failcnt file.
[all …]
/Linux-v4.19/include/linux/
Dpage_counter.h28 unsigned long failcnt; member
/Linux-v4.19/mm/
Dhugetlb_cgroup.c280 return counter->failcnt; in hugetlb_cgroup_read_u64()
333 counter->failcnt = 0; in hugetlb_cgroup_reset()
Dpage_counter.c129 c->failcnt++; in page_counter_try_charge()
Dmemcontrol.c1325 K((u64)memcg->memory.max), memcg->memory.failcnt); in mem_cgroup_print_oom_info()
1328 K((u64)memcg->memsw.max), memcg->memsw.failcnt); in mem_cgroup_print_oom_info()
1331 K((u64)memcg->kmem.max), memcg->kmem.failcnt); in mem_cgroup_print_oom_info()
3052 return counter->failcnt; in mem_cgroup_read_u64()
3281 counter->failcnt = 0; in mem_cgroup_reset()
/Linux-v4.19/drivers/message/fusion/
Dmptbase.c4664 int failcnt = 0; in mpt_handshake_req_reply_wait() local
4688 failcnt++; in mpt_handshake_req_reply_wait()
4691 ioc->name, reqBytes, t, failcnt ? " - MISSING DOORBELL HANDSHAKE!" : "")); in mpt_handshake_req_reply_wait()
4703 if (!failcnt && (t = WaitForDoorbellAck(ioc, 5, sleepFlag)) < 0) in mpt_handshake_req_reply_wait()
4704 failcnt++; in mpt_handshake_req_reply_wait()
4706 if (!failcnt) { in mpt_handshake_req_reply_wait()
4714 for (ii = 0; !failcnt && ii < reqBytes/4; ii++) { in mpt_handshake_req_reply_wait()
4722 failcnt++; in mpt_handshake_req_reply_wait()
4729 ioc->name, t, failcnt ? " - MISSING DOORBELL ACK!" : "")); in mpt_handshake_req_reply_wait()
4734 if (!failcnt && (t = WaitForDoorbellReply(ioc, maxwait, sleepFlag)) < 0) in mpt_handshake_req_reply_wait()
[all …]