Home
last modified time | relevance | path

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

/external/liburing/test/
Dio_uring_setup.c57 if (p->flags & ~(IORING_SETUP_IOPOLL | IORING_SETUP_SQPOLL | in flags_string()
63 if (p->flags & IORING_SETUP_IOPOLL) { in flags_string()
Ddefer.c272 ret = io_uring_queue_init(RING_SIZE, &poll_ring, IORING_SETUP_IOPOLL); in main()
306 IORING_SETUP_SQPOLL | IORING_SETUP_IOPOLL); in main()
D500f9fbadef8.c35 ret = io_uring_queue_init(1, &ring, IORING_SETUP_IOPOLL); in main()
Diopoll.c220 ring_flags = IORING_SETUP_IOPOLL; in test_io_uring_submit_enters()
280 int ret, ring_flags = IORING_SETUP_IOPOLL; in test_io()
Dread-before-exit.c96 ret = test(IORING_SETUP_IOPOLL); in main()
Dmsg-ring.c198 ret = io_uring_queue_init(8, &pring, IORING_SETUP_IOPOLL); in main()
Dlink.c447 ret = io_uring_queue_init(8, &poll_ring, IORING_SETUP_IOPOLL); in main()
Drsrc_tags.c407 int ring_flags[] = {0, IORING_SETUP_IOPOLL, IORING_SETUP_SQPOLL}; in main()
/external/liburing/src/
Dqueue.c44 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/
Dio_uring.h89 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro
/external/liburing/src/include/liburing/
Dio_uring.h112 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro
/external/kernel-headers/original/uapi/linux/
Dio_uring.h140 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro
/external/crosvm/io_uring/src/
Dbindings.rs84 pub const IORING_SETUP_IOPOLL: u32 = 1; constant