Searched refs:failcnt (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/Documentation/cgroups/ |
D | hugetlb.txt | 33 hugetlb.<hugepagesize>.failcnt # show the number of allocation failure due to HugeTLB limit 41 hugetlb.16GB.failcnt 45 hugetlb.16MB.failcnt
|
D | memory.txt | 66 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 …]
|
D | unified-hierarchy.txt | 387 exported in the memory.failcnt file, but an OOM event count has to
|
/linux-4.1.27/net/ipv4/ |
D | tcp_memcontrol.c | 164 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/ |
D | page_counter.h | 15 unsigned long failcnt; member
|
/linux-4.1.27/mm/ |
D | page_counter.c | 91 c->failcnt++; in page_counter_try_charge()
|
D | hugetlb_cgroup.c | 263 return counter->failcnt; in hugetlb_cgroup_read_u64() 315 counter->failcnt = 0; in hugetlb_cgroup_reset()
|
D | memcontrol.c | 1464 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/ |
D | mptbase.c | 4658 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 …]
|