Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/io_uring/
Dio_uring-bench.c103 static int sq_thread_poll = 0; /* use kernel submission/poller thread */ variable
309 if (!sq_thread_poll || (*ring->flags & IORING_SQ_NEED_WAKEUP)) { in submitter_fn()
335 } while (sq_thread_poll && this_reap < to_wait); in submitter_fn()
401 if (sq_thread_poll) { in setup_ring()