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
103 memory.kmem.failcnt show the number of kernel memory usage
109 memory.kmem.tcp.failcnt show the number of tcp buf memory usage
448 The memory.failcnt field gives the number of times that the cgroup limit was
618 5.4 failcnt
621 A memory cgroup provides memory.failcnt and memory.memsw.failcnt files.
622 This failcnt(== failure count) shows the number of times that a usage counter
623 hit its limit. When a memory cgroup hits a limit, failcnt increases and
626 You can reset failcnt by writing 0 to failcnt file::
628 # echo 0 > .../memory.failcnt