Searched refs:failcnt (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/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 … 39 hugetlb.1GB.failcnt 43 hugetlb.1GB.rsvd.failcnt 47 hugetlb.64KB.failcnt 51 hugetlb.64KB.rsvd.failcnt 55 hugetlb.32MB.failcnt 59 hugetlb.32MB.rsvd.failcnt 67 hugetlb.<hugepagesize>.failcnt 84 hugetlb.<hugepagesize>.rsvd.failcnt
|
| H A D | memory.rst | 73 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 442 The memory.failcnt field gives the number of times that the cgroup limit was 616 5.4 failcnt 619 A memory cgroup provides memory.failcnt and memory.memsw.failcnt files. 620 This failcnt(== failure count) shows the number of times that a usage counter 621 hit its limit. When a memory cgroup hits a limit, failcnt increases and 624 You can reset failcnt by writing 0 to failcnt file:: [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | page_counter.h | 29 unsigned long failcnt; member
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | hugetlb_cgroup.c | 448 return counter->failcnt; in hugetlb_cgroup_read_u64() 450 return rsvd_counter->failcnt; in hugetlb_cgroup_read_u64() 566 counter->failcnt = 0; in hugetlb_cgroup_reset() 569 rsvd_counter->failcnt = 0; in hugetlb_cgroup_reset()
|
| H A D | page_counter.c | 125 data_race(c->failcnt++); in page_counter_try_charge()
|
| H A D | memcontrol.c | 1692 K((u64)READ_ONCE(memcg->memory.max)), memcg->memory.failcnt); in mem_cgroup_print_oom_meminfo() 1696 K((u64)READ_ONCE(memcg->swap.max)), memcg->swap.failcnt); in mem_cgroup_print_oom_meminfo() 1700 K((u64)memcg->memsw.max), memcg->memsw.failcnt); in mem_cgroup_print_oom_meminfo() 1703 K((u64)memcg->kmem.max), memcg->kmem.failcnt); in mem_cgroup_print_oom_meminfo() 3664 return counter->failcnt; in mem_cgroup_read_u64() 3945 counter->failcnt = 0; in mem_cgroup_reset()
|
| /OK3568_Linux_fs/kernel/drivers/message/fusion/ |
| H A D | mptbase.c | 4663 int failcnt = 0; in mpt_handshake_req_reply_wait() local 4687 failcnt++; in mpt_handshake_req_reply_wait() 4690 ioc->name, reqBytes, t, failcnt ? " - MISSING DOORBELL HANDSHAKE!" : "")); in mpt_handshake_req_reply_wait() 4702 if (!failcnt && (t = WaitForDoorbellAck(ioc, 5, sleepFlag)) < 0) in mpt_handshake_req_reply_wait() 4703 failcnt++; in mpt_handshake_req_reply_wait() 4705 if (!failcnt) { in mpt_handshake_req_reply_wait() 4713 for (ii = 0; !failcnt && ii < reqBytes/4; ii++) { in mpt_handshake_req_reply_wait() 4721 failcnt++; in mpt_handshake_req_reply_wait() 4728 ioc->name, t, failcnt ? " - MISSING DOORBELL ACK!" : "")); in mpt_handshake_req_reply_wait() 4733 if (!failcnt && (t = WaitForDoorbellReply(ioc, maxwait, sleepFlag)) < 0) in mpt_handshake_req_reply_wait() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/it66353/ |
| H A D | it66353.c | 1096 u8 failcnt; in it66353_rx_caof_init() local 1127 failcnt = 0; in it66353_rx_caof_init() 1133 failcnt++; in it66353_rx_caof_init() 1134 if (failcnt >= 10) { in it66353_rx_caof_init()
|
| /OK3568_Linux_fs/kernel/drivers/nvme/host/ |
| H A D | fc.c | 3748 int failcnt = 0; in nvme_fc_nvme_discovery_store() local 3768 if (failcnt++ < DISCOVERY_MAX_FAIL) in nvme_fc_nvme_discovery_store()
|
| /OK3568_Linux_fs/kernel/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 6863 failcnt, ret = 0, 0 variable 6886 failcnt = 0 if not ret else failcnt + 1 variable 6887 if sysvals.maxfail > 0 and failcnt >= sysvals.maxfail:
|