Searched refs:nrequeued (Results 1 – 1 of 1) sorted by relevance
147 unsigned int nrequeued = 0; in bench_futex_requeue() local164 for (nrequeued = 0; nrequeued < nthreads; nrequeued += nrequeue) { in bench_futex_requeue()175 if (nrequeued > nthreads) in bench_futex_requeue()176 nrequeued = nthreads; in bench_futex_requeue()178 update_stats(&requeued_stats, nrequeued); in bench_futex_requeue()183 j + 1, nrequeued, nthreads, runtime.tv_usec/1e3); in bench_futex_requeue()187 nrequeued = futex_wake(&futex2, nthreads, futex_flag); in bench_futex_requeue()188 if (nthreads != nrequeued) in bench_futex_requeue()189 warnx("couldn't wakeup all tasks (%d/%d)", nrequeued, nthreads); in bench_futex_requeue()