Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/io_uring/
Dio_uring-bench.c290 int to_wait, to_submit, this_reap, to_prep; in submitter_fn() local
326 this_reap = 0; in submitter_fn()
334 this_reap += r; in submitter_fn()
335 } while (sq_thread_poll && this_reap < to_wait); in submitter_fn()
336 s->reaps += this_reap; in submitter_fn()
358 if (this_reap) in submitter_fn()
566 unsigned long this_reap = 0; in main() local
573 this_reap += s->reaps; in main()
576 ipc = (this_reap - reap) / (this_call - calls); in main()
585 reap = this_reap; in main()