Home
last modified time | relevance | path

Searched refs:wakeups (Results 1 – 4 of 4) sorted by relevance

/tools/perf/bench/
Dfutex-requeue.c206 unsigned int nrequeued = 0, wakeups = 0; in bench_futex_requeue() local
240 wakeups++; /* assume no error */ in bench_futex_requeue()
263 nrequeued -= wakeups; in bench_futex_requeue()
266 j + 1, wakeups, nrequeued, in bench_futex_requeue()
/tools/perf/tests/
Dperf-record.c68 int err = -1, errs = 0, i, wakeups = 0; in test__PERF_RECORD() local
294 if (++wakeups > 5) { in test__PERF_RECORD()
/tools/perf/Documentation/
Dperf-sched.txt144 --wakeups::
/tools/memory-model/Documentation/
Drecipes.txt500 of ordering wakeups. The following comment taken from waitqueue_active()