Lines Matching +full:last +full:- +full:used
13 It's implemented as an unsigned 32-bit value. The low order bits are
15 are used as a counter. This is done with atomics instead of locking so that
21 To mitigate this, the bit between the error value and counter is used as
24 sampled it since the last time an error was recorded.
28 +--------------------------------------+----+------------------------+
30 +--------------------------------------+----+------------------------+
32 +--------------------------------------+----+------------------------+
35 it as a running cursor. That value can later be used to tell whether
39 can tell whether the value has changed since they last checked it.
54 They're all handing him work to do -- so much he can't keep track of who
57 far and whether he made any mistakes since they last asked.
103 errseq_set(&wd.wd_err, -EIO);
111 whether one was made since they last checked, and the latest value
115 to do a one-off job for him. He's not really watching the worker
116 full-time like the supervisors, but he does need to know whether a
154 since the last time it was checked.
159 .. kernel-doc:: lib/errseq.c