Lines Matching refs:IORING_SETUP_IOPOLL

1410 		if (def->hash_reg_file || (ctx->flags & IORING_SETUP_IOPOLL))  in io_prep_async_work()
1681 if (ctx->flags & IORING_SETUP_IOPOLL) in io_cqring_overflow_flush()
1684 if (ctx->flags & IORING_SETUP_IOPOLL) in io_cqring_overflow_flush()
2505 if (!(ctx->flags & IORING_SETUP_IOPOLL)) in io_iopoll_try_reap_events()
2614 !(ctx->flags & IORING_SETUP_IOPOLL))) in io_rw_should_reissue()
2872 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_prep_rw()
3497 if (!force_nonblock && !(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_read()
3660 if ((req->ctx->flags & IORING_SETUP_IOPOLL) && ret2 == -EAGAIN) in io_write()
3683 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_renameat_prep()
3734 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_unlinkat_prep()
3783 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_mkdirat_prep()
3826 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_symlinkat_prep()
3875 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_linkat_prep()
3924 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_shutdown_prep()
3966 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in __io_splice_prep()
4059 if (unlikely(ctx->flags & IORING_SETUP_IOPOLL)) in io_nop()
4073 if (unlikely(ctx->flags & IORING_SETUP_IOPOLL)) in io_fsync_prep()
4112 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_fallocate_prep()
4141 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in __io_openat_prep()
4436 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_epoll_ctl_prep()
4482 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_madvise_prep()
4517 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_fadvise_prep()
4551 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_statx_prep()
4586 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_close_prep()
4657 if (unlikely(ctx->flags & IORING_SETUP_IOPOLL)) in io_sfr_prep()
4731 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_sendmsg_prep()
4952 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_recvmsg_prep()
5085 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_accept_prep()
5157 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_connect_prep()
5770 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_poll_update_prep()
5819 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_poll_add_prep()
6049 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_timeout_remove_prep()
6121 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_timeout_prep()
6281 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_async_cancel_prep()
6764 if ((ctx->flags & IORING_SETUP_IOPOLL) && req->file) in io_issue_sqe()
7447 if ((ctx->flags & IORING_SETUP_IOPOLL) && in io_sq_thread()
8173 bool lock_ring = ctx->flags & IORING_SETUP_IOPOLL; in __io_rsrc_put_work()
10014 if (ctx->flags & IORING_SETUP_IOPOLL && in SYSCALL_DEFINE6()
10381 if (p.flags & ~(IORING_SETUP_IOPOLL | IORING_SETUP_SQPOLL | in io_uring_setup()