Lines Matching refs:failcnt
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
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::
631 # echo 0 > .../memory.failcnt