Searched refs:IORING_SETUP_IOPOLL (Results 1 – 13 of 13) sorted by relevance
/external/liburing/test/ |
D | io_uring_setup.c | 57 if (p->flags & ~(IORING_SETUP_IOPOLL | IORING_SETUP_SQPOLL | in flags_string() 63 if (p->flags & IORING_SETUP_IOPOLL) { in flags_string()
|
D | defer.c | 272 ret = io_uring_queue_init(RING_SIZE, &poll_ring, IORING_SETUP_IOPOLL); in main() 306 IORING_SETUP_SQPOLL | IORING_SETUP_IOPOLL); in main()
|
D | 500f9fbadef8.c | 35 ret = io_uring_queue_init(1, &ring, IORING_SETUP_IOPOLL); in main()
|
D | iopoll.c | 220 ring_flags = IORING_SETUP_IOPOLL; in test_io_uring_submit_enters() 280 int ret, ring_flags = IORING_SETUP_IOPOLL; in test_io()
|
D | read-before-exit.c | 96 ret = test(IORING_SETUP_IOPOLL); in main()
|
D | msg-ring.c | 198 ret = io_uring_queue_init(8, &pring, IORING_SETUP_IOPOLL); in main()
|
D | link.c | 447 ret = io_uring_queue_init(8, &poll_ring, IORING_SETUP_IOPOLL); in main()
|
D | rsrc_tags.c | 407 int ring_flags[] = {0, IORING_SETUP_IOPOLL, IORING_SETUP_SQPOLL}; in main()
|
/external/liburing/src/ |
D | queue.c | 44 return (ring->flags & IORING_SETUP_IOPOLL) || cq_ring_needs_flush(ring); in cq_ring_needs_enter() 358 if (wait_nr || (ring->flags & IORING_SETUP_IOPOLL)) in __io_uring_submit()
|
/external/ltp/include/lapi/ |
D | io_uring.h | 89 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro
|
/external/liburing/src/include/liburing/ |
D | io_uring.h | 112 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | io_uring.h | 140 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro
|
/external/crosvm/io_uring/src/ |
D | bindings.rs | 84 pub const IORING_SETUP_IOPOLL: u32 = 1; constant
|