Home
last modified time | relevance | path

Searched refs:IORING_SETUP_SUBMIT_ALL (Results 1 – 4 of 4) sorted by relevance

/linux/tools/include/uapi/linux/
H A Dio_uring.h155 #define IORING_SETUP_SUBMIT_ALL (1U << 7) /* continue submit on error */ macro
/linux/include/uapi/linux/
H A Dio_uring.h181 #define IORING_SETUP_SUBMIT_ALL (1U << 7) /* continue submit on error */ macro
/linux/io_uring/
H A Dio_uring.h61 IORING_SETUP_SUBMIT_ALL |\
H A Dio_uring.c2063 !(ctx->flags & IORING_SETUP_SUBMIT_ALL)) { in io_submit_sqes()