Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dmsg_ring.c113 if (target_ctx->flags & IORING_SETUP_IOPOLL) in io_msg_tw_complete()
117 if (target_ctx->flags & IORING_SETUP_IOPOLL) in io_msg_tw_complete()
147 if (target_ctx->flags & IORING_SETUP_IOPOLL) { in io_msg_ring_data()
H A During_cmd.c65 if (req->ctx->flags & IORING_SETUP_IOPOLL) { in io_uring_cmd_done()
131 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_uring_cmd()
H A Drw.c190 !(ctx->flags & IORING_SETUP_IOPOLL))) in io_rw_should_reissue()
692 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_rw_init_file()
789 if (!force_nonblock && !(req->ctx->flags & IORING_SETUP_IOPOLL)) in __io_read()
975 if (ret2 == -EAGAIN && (req->ctx->flags & IORING_SETUP_IOPOLL)) in io_write()
H A Dio_uring.c470 if (should_hash || (ctx->flags & IORING_SETUP_IOPOLL)) in io_prep_async_work()
1043 !(req->ctx->flags & IORING_SETUP_IOPOLL)) { in io_req_complete_post()
1592 if (!(ctx->flags & IORING_SETUP_IOPOLL)) in io_iopoll_try_reap_events()
1894 if ((req->ctx->flags & IORING_SETUP_IOPOLL) && def->iopoll_queue) in io_issue_sqe()
1975 if (!(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_wq_submit_work()
2205 if (!def->iopoll && (ctx->flags & IORING_SETUP_IOPOLL)) in io_init_req()
3902 !(ctx->flags & IORING_SETUP_IOPOLL) && in io_uring_create()
3906 if (ctx->task_complete || (ctx->flags & IORING_SETUP_IOPOLL)) in io_uring_create()
3922 if (ctx->flags & IORING_SETUP_IOPOLL && in io_uring_create()
4071 if (p.flags & ~(IORING_SETUP_IOPOLL | IORING_SETUP_SQPOLL | in io_uring_setup()
H A Dio_uring.h102 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_lockdep_assert_cq_locked()
H A Dsqpoll.c291 if ((ctx->flags & IORING_SETUP_IOPOLL) && in io_sq_thread()
/openbmc/linux/include/uapi/linux/
H A Dio_uring.h140 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro