Lines Matching refs:failcnt
74 memory.failcnt show the number of memory usage hits limits
75 memory.memsw.failcnt show the number of memory+Swap hits limits
95 memory.kmem.failcnt show the number of kernel memory usage
101 memory.kmem.tcp.failcnt show the number of tcp buf memory usage
439 The memory.failcnt field gives the number of times that the cgroup limit was
603 5.4 failcnt
606 A memory cgroup provides memory.failcnt and memory.memsw.failcnt files.
607 This failcnt(== failure count) shows the number of times that a usage counter
608 hit its limit. When a memory cgroup hits a limit, failcnt increases and
611 You can reset failcnt by writing 0 to failcnt file::
613 # echo 0 > .../memory.failcnt