Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Drw.c280 if (req->ctx->flags & IORING_SETUP_IOPOLL) in __io_prep_rw()
492 !(ctx->flags & IORING_SETUP_IOPOLL))) in io_rw_should_reissue()
637 if (req->ctx->flags & IORING_SETUP_IOPOLL) in io_rw_done()
651 if (ret >= 0 && !(req->ctx->flags & IORING_SETUP_IOPOLL)) { in kiocb_done()
866 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_rw_init_file()
952 if (!force_nonblock && !(req->ctx->flags & IORING_SETUP_IOPOLL)) in __io_read()
1173 if (ret2 == -EAGAIN && (req->ctx->flags & IORING_SETUP_IOPOLL)) in io_write()
H A Dmsg_ring.c157 if (target_ctx->flags & IORING_SETUP_IOPOLL) { in __io_msg_ring_data()
163 if (target_ctx->flags & IORING_SETUP_IOPOLL) in __io_msg_ring_data()
H A During_cmd.c173 if (req->ctx->flags & IORING_SETUP_IOPOLL) { in io_uring_cmd_done()
252 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_uring_cmd()
H A Dio_uring.c476 if (should_hash || (ctx->flags & IORING_SETUP_IOPOLL)) in io_prep_async_work()
1478 if (!(ctx->flags & IORING_SETUP_IOPOLL)) in io_iopoll_try_reap_events()
1773 if ((req->ctx->flags & IORING_SETUP_IOPOLL) && def->iopoll_queue) in io_issue_sqe()
1789 if (WARN_ON_ONCE(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_poll_issue()
1887 if (!(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_wq_submit_work()
2100 if (!def->iopoll && (ctx->flags & IORING_SETUP_IOPOLL)) in io_init_req()
3583 if ((flags & IORING_SETUP_HYBRID_IOPOLL) && !(flags & IORING_SETUP_IOPOLL)) in io_uring_sanitise_params()
3687 !(ctx->flags & IORING_SETUP_IOPOLL) && in io_uring_create()
3691 if (ctx->task_complete || (ctx->flags & IORING_SETUP_IOPOLL)) in io_uring_create()
3707 if (ctx->flags & IORING_SETUP_IOPOLL && in io_uring_create()
[all …]
H A Dnapi.c300 if (ctx->flags & IORING_SETUP_IOPOLL) in io_register_napi()
H A Dio_uring.h134 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_lockdep_assert_cq_locked()
H A Dsqpoll.c345 if ((ctx->flags & IORING_SETUP_IOPOLL) && in io_sq_thread()
/linux-6.15/tools/include/uapi/linux/
H A Dio_uring.h148 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro
/linux-6.15/include/uapi/linux/
H A Dio_uring.h167 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro