Searched refs:wakeups (Results 1 – 4 of 4) sorted by relevance
206 unsigned int nrequeued = 0, wakeups = 0; in bench_futex_requeue() local240 wakeups++; /* assume no error */ in bench_futex_requeue()263 nrequeued -= wakeups; in bench_futex_requeue()266 j + 1, wakeups, nrequeued, in bench_futex_requeue()
68 int err = -1, errs = 0, i, wakeups = 0; in test__PERF_RECORD() local294 if (++wakeups > 5) { in test__PERF_RECORD()
144 --wakeups::
500 of ordering wakeups. The following comment taken from waitqueue_active()