Lines Matching refs:failcnt
75 memory.failcnt show the number of memory usage hits limits
76 memory.memsw.failcnt show the number of memory+Swap hits limits
109 memory.kmem.failcnt show the number of kernel memory usage
119 memory.kmem.tcp.failcnt show the number of tcp buf memory usage
462 The memory.failcnt field gives the number of times that the cgroup limit was
633 5.4 failcnt
636 A memory cgroup provides memory.failcnt and memory.memsw.failcnt files.
637 This failcnt(== failure count) shows the number of times that a usage counter
638 hit its limit. When a memory cgroup hits a limit, failcnt increases and
641 You can reset failcnt by writing 0 to failcnt file::
643 # echo 0 > .../memory.failcnt