Home
last modified time | relevance | path

Searched refs:IORING_SETUP_IOPOLL (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/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.c196 !(ctx->flags & IORING_SETUP_IOPOLL))) in io_rw_should_reissue()
698 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_rw_init_file()
787 if (!force_nonblock && !(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_read()
943 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()
716 if (ctx->flags & IORING_SETUP_IOPOLL) in io_cqring_do_overflow_flush()
719 if (ctx->flags & IORING_SETUP_IOPOLL) in io_cqring_do_overflow_flush()
1023 !(req->ctx->flags & IORING_SETUP_IOPOLL)) { in io_req_complete_post()
1572 if (!(ctx->flags & IORING_SETUP_IOPOLL)) in io_iopoll_try_reap_events()
1872 if ((req->ctx->flags & IORING_SETUP_IOPOLL) && def->iopoll_queue) in io_issue_sqe()
1953 if (!(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_wq_submit_work()
2176 if (!def->iopoll && (ctx->flags & IORING_SETUP_IOPOLL))
3868 !(ctx->flags & IORING_SETUP_IOPOLL) && in io_uring_create()
3872 if (ctx->task_complete || (ctx->flags & IORING_SETUP_IOPOLL)) in io_uring_create()
[all...]
H A Dio_uring.h103 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_lockdep_assert_cq_locked()
H A Dsqpoll.c282 if ((ctx->flags & IORING_SETUP_IOPOLL) && in io_sq_thread()
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c1448 if (def->hash_reg_file || (ctx->flags & IORING_SETUP_IOPOLL)) in io_prep_async_work()
1725 if (ctx->flags & IORING_SETUP_IOPOLL) in io_cqring_overflow_flush()
1728 if (ctx->flags & IORING_SETUP_IOPOLL) in io_cqring_overflow_flush()
2598 if (!(ctx->flags & IORING_SETUP_IOPOLL)) in io_iopoll_try_reap_events()
2712 !(ctx->flags & IORING_SETUP_IOPOLL))) in io_rw_should_reissue()
2997 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_prep_rw()
3652 if (!force_nonblock && !(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_read()
3819 if ((req->ctx->flags & IORING_SETUP_IOPOLL) && ret2 == -EAGAIN) in io_write()
3847 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_renameat_prep()
3898 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_unlinkat_prep()
[all...]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dio_uring.h79 #define IORING_SETUP_IOPOLL (1U << 0) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dio_uring.h79 #define IORING_SETUP_IOPOLL (1U << 0) macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dio_uring.h94 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dio_uring.h140 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro
/kernel/linux/linux-5.10/tools/io_uring/
H A Dio_uring-bench.c400 p.flags |= IORING_SETUP_IOPOLL; in setup_ring()

Completed in 22 milliseconds