Lines Matching refs:IORING_SETUP_IOPOLL
1389 if (def->hash_reg_file || (ctx->flags & IORING_SETUP_IOPOLL)) in io_prep_async_work()
2436 if (!(ctx->flags & IORING_SETUP_IOPOLL)) in io_iopoll_try_reap_events()
2797 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_prep_rw()
3421 if (!force_nonblock && !(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_read()
3574 if ((req->ctx->flags & IORING_SETUP_IOPOLL) && ret2 == -EAGAIN) in io_write()
3599 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in __io_splice_prep()
3700 if (unlikely(ctx->flags & IORING_SETUP_IOPOLL)) in io_nop()
3714 if (unlikely(ctx->flags & IORING_SETUP_IOPOLL)) in io_prep_fsync()
3751 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_fallocate_prep()
3807 if (unlikely(req->ctx->flags & (IORING_SETUP_IOPOLL|IORING_SETUP_SQPOLL))) in io_openat_prep()
3821 if (unlikely(req->ctx->flags & (IORING_SETUP_IOPOLL|IORING_SETUP_SQPOLL))) in io_openat2_prep()
4053 if (unlikely(req->ctx->flags & (IORING_SETUP_IOPOLL | IORING_SETUP_SQPOLL))) in io_epoll_ctl_prep()
4099 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_madvise_prep()
4134 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_fadvise_prep()
4168 if (unlikely(req->ctx->flags & (IORING_SETUP_IOPOLL | IORING_SETUP_SQPOLL))) in io_statx_prep()
4215 if (unlikely(req->ctx->flags & (IORING_SETUP_IOPOLL|IORING_SETUP_SQPOLL))) in io_close_prep()
4270 if (unlikely(ctx->flags & IORING_SETUP_IOPOLL)) in io_prep_sfr()
4331 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_sendmsg_prep()
4558 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_recvmsg_prep()
4697 if (unlikely(req->ctx->flags & (IORING_SETUP_IOPOLL|IORING_SETUP_SQPOLL))) in io_accept_prep()
4738 if (unlikely(req->ctx->flags & (IORING_SETUP_IOPOLL|IORING_SETUP_SQPOLL))) in io_connect_prep()
5326 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_poll_remove_prep()
5379 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_poll_add_prep()
5478 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_timeout_remove_prep()
5517 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_timeout_prep()
5653 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_async_cancel_prep()
6030 if ((ctx->flags & IORING_SETUP_IOPOLL) && req->file) { in io_issue_sqe()
6714 if ((ctx->flags & IORING_SETUP_IOPOLL) && in __io_sq_thread()
8999 if (ctx->flags & IORING_SETUP_IOPOLL && in SYSCALL_DEFINE6()
9410 if (p.flags & ~(IORING_SETUP_IOPOLL | IORING_SETUP_SQPOLL | in io_uring_setup()