Home
last modified time | relevance | path

Searched refs:failcnt (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/Documentation/cgroups/
Dresource_counter.txt37 d. unsigned long long failcnt
39 The failcnt stands for "failures counter". This is the number of
105 a. If the failcnt value constantly grows, this means that the counter's
119 c. If the max_usage is much less than the limit, but the failcnt value
123 d. If the max_usage is much less than the limit, but the failcnt value
143 failcnt failcnt
156 failcnt reset to zero
Dmemory.txt60 memory.failcnt # show the number of memory usage hits limits
61 memory.memsw.failcnt # show the number of memory+Swap hits limits
325 The memory.failcnt field gives the number of times that the cgroup limit was
479 5.4 failcnt
481 A memory cgroup provides memory.failcnt and memory.memsw.failcnt files.
482 This failcnt(== failure count) shows the number of times that a usage counter
483 hit its limit. When a memory cgroup hits a limit, failcnt increases and
486 You can reset failcnt by writing 0 to failcnt file.
487 # echo 0 > .../memory.failcnt
/linux-3.4.99/include/linux/
Dres_counter.h44 unsigned long long failcnt; member
195 cnt->failcnt = 0; in res_counter_reset_failcnt()
/linux-3.4.99/kernel/
Dres_counter.c28 counter->failcnt++; in res_counter_charge_locked()
128 return &counter->failcnt; in res_counter_member()
/linux-3.4.99/drivers/message/fusion/
Dmptbase.c4667 int failcnt = 0; in mpt_handshake_req_reply_wait() local
4691 failcnt++; in mpt_handshake_req_reply_wait()
4694 ioc->name, reqBytes, t, failcnt ? " - MISSING DOORBELL HANDSHAKE!" : "")); in mpt_handshake_req_reply_wait()
4706 if (!failcnt && (t = WaitForDoorbellAck(ioc, 5, sleepFlag)) < 0) in mpt_handshake_req_reply_wait()
4707 failcnt++; in mpt_handshake_req_reply_wait()
4709 if (!failcnt) { in mpt_handshake_req_reply_wait()
4717 for (ii = 0; !failcnt && ii < reqBytes/4; ii++) { in mpt_handshake_req_reply_wait()
4725 failcnt++; in mpt_handshake_req_reply_wait()
4732 ioc->name, t, failcnt ? " - MISSING DOORBELL ACK!" : "")); in mpt_handshake_req_reply_wait()
4737 if (!failcnt && (t = WaitForDoorbellReply(ioc, maxwait, sleepFlag)) < 0) in mpt_handshake_req_reply_wait()
[all …]