Searched refs:failcnt (Results 1 – 6 of 6) sorted by relevance
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | hugetlb.rst | 27 …hugetlb.<hugepagesize>.rsvd.failcnt # show the number of allocation failure due … 31 …hugetlb.<hugepagesize>.failcnt # show the number of allocation failure due … 41 hugetlb.1GB.failcnt 45 hugetlb.1GB.rsvd.failcnt 50 hugetlb.64KB.failcnt 54 hugetlb.64KB.rsvd.failcnt 59 hugetlb.32MB.failcnt 63 hugetlb.32MB.rsvd.failcnt 73 hugetlb.<hugepagesize>.failcnt 92 hugetlb.<hugepagesize>.rsvd.failcnt
|
| /linux/drivers/message/fusion/ |
| H A D | mptbase.c | 4653 int failcnt = 0; in mpt_handshake_req_reply_wait() local 4677 failcnt++; in mpt_handshake_req_reply_wait() 4680 ioc->name, reqBytes, t, failcnt ? " - MISSING DOORBELL HANDSHAKE!" : "")); in mpt_handshake_req_reply_wait() 4692 if (!failcnt && (t = WaitForDoorbellAck(ioc, 5, sleepFlag)) < 0) in mpt_handshake_req_reply_wait() 4693 failcnt++; in mpt_handshake_req_reply_wait() 4695 if (!failcnt) { in mpt_handshake_req_reply_wait() 4703 for (ii = 0; !failcnt && ii < reqBytes/4; ii++) { in mpt_handshake_req_reply_wait() 4711 failcnt++; in mpt_handshake_req_reply_wait() 4718 ioc->name, t, failcnt ? " - MISSING DOORBELL ACK!" : "")); in mpt_handshake_req_reply_wait() 4723 if (!failcnt && (t = WaitForDoorbellReply(ioc, maxwait, sleepFlag)) < 0) in mpt_handshake_req_reply_wait() [all …]
|
| /linux/mm/ |
| H A D | memcontrol-v1.c | 1585 return counter->failcnt; in mem_cgroup_read_u64() 1725 counter->failcnt = 0; in mem_cgroup_reset()
|
| H A D | memcontrol.c | 1573 memory_failcnt = memcg->memory.failcnt; in mem_cgroup_print_oom_meminfo() 1587 K((u64)memcg->memsw.max), memcg->memsw.failcnt); in mem_cgroup_print_oom_meminfo() 1590 K((u64)memcg->kmem.max), memcg->kmem.failcnt); in mem_cgroup_print_oom_meminfo()
|
| /linux/drivers/nvme/host/ |
| H A D | fc.c | 3745 int failcnt = 0; in nvme_fc_nvme_discovery_store() local 3765 if (failcnt++ < DISCOVERY_MAX_FAIL) in nvme_fc_nvme_discovery_store()
|
| /linux/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 7168 failcnt, ret = 0, 0 variable 7191 failcnt = 0 if not ret else failcnt + 1 variable 7192 if sysvals.maxfail > 0 and failcnt >= sysvals.maxfail:
|