Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/io_uring/
H A 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()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/io_uring/
H A 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()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/io_uring/
H A 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()
/dports/benchmarks/fio/fio-3.29/t/
H A Dio_uring.c122 static int sq_thread_poll = 0; /* use kernel submission/poller thread */ variable
823 if (sq_thread_poll) in submitter_uring_fn()
825 if (!sq_thread_poll || ring_flags & IORING_SQ_NEED_WAKEUP) { in submitter_uring_fn()
854 } while (sq_thread_poll && this_reap < to_wait); in submitter_uring_fn()
943 if (sq_thread_poll) { in setup_aio()
945 sq_thread_poll = 0; in setup_aio()
976 if (sq_thread_poll) { in setup_ring()