Home
last modified time | relevance | path

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

/Linux-v6.1/io_uring/
During_cmd.c55 if (req->ctx->flags & IORING_SETUP_IOPOLL) in io_uring_cmd_done()
122 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_uring_cmd()
Drw.c195 !(ctx->flags & IORING_SETUP_IOPOLL))) in io_rw_should_reissue()
678 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_rw_init_file()
767 if (!force_nonblock && !(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_read()
933 if (ret2 == -EAGAIN && (req->ctx->flags & IORING_SETUP_IOPOLL)) in io_write()
Dio_uring.c425 if (def->hash_reg_file || (ctx->flags & IORING_SETUP_IOPOLL)) in io_prep_async_work()
649 if (ctx->flags & IORING_SETUP_IOPOLL) in io_cqring_overflow_flush()
652 if (ctx->flags & IORING_SETUP_IOPOLL) in io_cqring_overflow_flush()
1389 if (!(ctx->flags & IORING_SETUP_IOPOLL)) in io_iopoll_try_reap_events()
1760 if ((req->ctx->flags & IORING_SETUP_IOPOLL) && req->file) in io_issue_sqe()
1829 if (!(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_wq_submit_work()
2049 if (!def->iopoll && (ctx->flags & IORING_SETUP_IOPOLL)) in io_init_req()
3455 if (ctx->flags & IORING_SETUP_IOPOLL && in io_uring_create()
3592 if (p.flags & ~(IORING_SETUP_IOPOLL | IORING_SETUP_SQPOLL | in io_uring_setup()
Dsqpoll.c272 if ((ctx->flags & IORING_SETUP_IOPOLL) && in io_sq_thread()
Drsrc.c171 if (ctx->flags & IORING_SETUP_IOPOLL) { in __io_rsrc_put_work()
/Linux-v6.1/include/uapi/linux/
Dio_uring.h132 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro
/Linux-v6.1/tools/io_uring/
Dio_uring-bench.c400 p.flags |= IORING_SETUP_IOPOLL; in setup_ring()