Lines Matching refs:IORING_SETUP_IOPOLL
1451 if (def->hash_reg_file || (ctx->flags & IORING_SETUP_IOPOLL)) in io_prep_async_work()
1716 if (ctx->flags & IORING_SETUP_IOPOLL) in io_cqring_overflow_flush()
1719 if (ctx->flags & IORING_SETUP_IOPOLL) in io_cqring_overflow_flush()
2558 if (!(ctx->flags & IORING_SETUP_IOPOLL)) in io_iopoll_try_reap_events()
2667 !(ctx->flags & IORING_SETUP_IOPOLL))) in io_rw_should_reissue()
2947 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_prep_rw()
3566 if (!force_nonblock && !(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_read()
3730 if ((req->ctx->flags & IORING_SETUP_IOPOLL) && ret2 == -EAGAIN) in io_write()
3758 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_renameat_prep()
3809 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_unlinkat_prep()
3856 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_shutdown_prep()
3898 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in __io_splice_prep()
3997 if (unlikely(ctx->flags & IORING_SETUP_IOPOLL)) in io_nop()
4008 if (unlikely(ctx->flags & IORING_SETUP_IOPOLL)) in io_fsync_prep()
4047 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_fallocate_prep()
4078 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in __io_openat_prep()
4376 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_epoll_ctl_prep()
4422 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_madvise_prep()
4457 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_fadvise_prep()
4491 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_statx_prep()
4526 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_close_prep()
4597 if (unlikely(ctx->flags & IORING_SETUP_IOPOLL)) in io_sfr_prep()
4672 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_sendmsg_prep()
4897 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_recvmsg_prep()
5034 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_accept_prep()
5106 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_connect_prep()
5766 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_poll_update_prep()
5798 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_poll_add_prep()
5996 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_timeout_remove_prep()
6068 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_timeout_prep()
6229 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_async_cancel_prep()
6685 if ((ctx->flags & IORING_SETUP_IOPOLL) && req->file) in io_issue_sqe()
6727 if (ret != -EAGAIN || !(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_wq_submit_work()
7369 if ((ctx->flags & IORING_SETUP_IOPOLL) && in io_sq_thread()
8123 bool lock_ring = ctx->flags & IORING_SETUP_IOPOLL; in __io_rsrc_put_work()
9955 if (ctx->flags & IORING_SETUP_IOPOLL && in SYSCALL_DEFINE6()
10322 if (p.flags & ~(IORING_SETUP_IOPOLL | IORING_SETUP_SQPOLL | in io_uring_setup()