Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dio_uring.h50 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro
/Linux-v5.4/fs/
Dio_uring.c864 if (!(ctx->flags & IORING_SETUP_IOPOLL)) in io_iopoll_reap_events()
1125 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_prep_rw()
1525 if (unlikely(ctx->flags & IORING_SETUP_IOPOLL)) in io_nop()
1540 if (unlikely(ctx->flags & IORING_SETUP_IOPOLL)) in io_prep_fsync()
1588 if (unlikely(ctx->flags & IORING_SETUP_IOPOLL)) in io_prep_sfr()
1635 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_send_recvmsg()
1720 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_poll_remove()
1841 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_poll_add()
1940 if (unlikely(ctx->flags & IORING_SETUP_IOPOLL)) in io_timeout()
2106 if (ctx->flags & IORING_SETUP_IOPOLL) { in __io_submit_sqe()
[all …]
/Linux-v5.4/tools/io_uring/
Dio_uring-bench.c400 p.flags |= IORING_SETUP_IOPOLL; in setup_ring()