Home
last modified time | relevance | path

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

/linux/fs/
A Dio_uring.c1790 if (ctx->flags & IORING_SETUP_IOPOLL) in io_cqring_overflow_flush()
1793 if (ctx->flags & IORING_SETUP_IOPOLL) in io_cqring_overflow_flush()
2568 if (!(ctx->flags & IORING_SETUP_IOPOLL)) in io_iopoll_try_reap_events()
2677 !(ctx->flags & IORING_SETUP_IOPOLL))) in io_rw_should_reissue()
2916 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_prep_rw()
3749 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_renameat_prep()
4125 if (unlikely(ctx->flags & IORING_SETUP_IOPOLL)) in io_nop()
4139 if (unlikely(ctx->flags & IORING_SETUP_IOPOLL)) in io_fsync_prep()
4724 if (unlikely(ctx->flags & IORING_SETUP_IOPOLL)) in io_sfr_prep()
7530 if ((ctx->flags & IORING_SETUP_IOPOLL) && in io_sq_thread()
[all …]
/linux/include/uapi/linux/
A Dio_uring.h94 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro
/linux/tools/io_uring/
A Dio_uring-bench.c400 p.flags |= IORING_SETUP_IOPOLL; in setup_ring()

Completed in 28 milliseconds