Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/admin-guide/cgroup-v1/
Dhugetlb.rst34 hugetlb.<hugepagesize>.failcnt # show the number of allocation failure due to HugeTLB limit
42 hugetlb.1GB.failcnt
46 hugetlb.64KB.failcnt
50 hugetlb.32MB.failcnt
Dmemory.rst73 memory.failcnt show the number of memory usage hits limits
74 memory.memsw.failcnt show the number of memory+Swap hits limits
93 memory.kmem.failcnt show the number of kernel memory usage
99 memory.kmem.tcp.failcnt show the number of tcp buf memory usage
447 The memory.failcnt field gives the number of times that the cgroup limit was
621 5.4 failcnt
624 A memory cgroup provides memory.failcnt and memory.memsw.failcnt files.
625 This failcnt(== failure count) shows the number of times that a usage counter
626 hit its limit. When a memory cgroup hits a limit, failcnt increases and
629 You can reset failcnt by writing 0 to failcnt file::
[all …]
/Linux-v5.4/include/linux/
Dpage_counter.h28 unsigned long failcnt; member
/Linux-v5.4/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.c1526 K((u64)memcg->memory.max), memcg->memory.failcnt); in mem_cgroup_print_oom_meminfo()
1530 K((u64)memcg->swap.max), memcg->swap.failcnt); in mem_cgroup_print_oom_meminfo()
1534 K((u64)memcg->memsw.max), memcg->memsw.failcnt); in mem_cgroup_print_oom_meminfo()
1537 K((u64)memcg->kmem.max), memcg->kmem.failcnt); in mem_cgroup_print_oom_meminfo()
3399 return counter->failcnt; in mem_cgroup_read_u64()
3703 counter->failcnt = 0; in mem_cgroup_reset()
/Linux-v5.4/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 …]
/Linux-v5.4/drivers/nvme/host/
Dfc.c3357 int failcnt = 0; in nvme_fc_nvme_discovery_store() local
3377 if (failcnt++ < DISCOVERY_MAX_FAIL) in nvme_fc_nvme_discovery_store()