Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dio_uring.h92 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro
/Linux-v5.10/fs/
Dio_uring.c1389 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()
[all …]
/Linux-v5.10/tools/io_uring/
Dio_uring-bench.c400 p.flags |= IORING_SETUP_IOPOLL; in setup_ring()