Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dquery.c27 e->enter_flags = IORING_ENTER_FLAGS; in io_query_ops()
H A Dio_uring.h77 #define IORING_ENTER_FLAGS (IORING_ENTER_GETEVENTS |\ macro
H A Dio_uring.c2594 if (unlikely(flags & ~IORING_ENTER_FLAGS)) in SYSCALL_DEFINE6()