Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dio_uring.h147 #define IORING_SETUP_SUBMIT_ALL (1U << 7) /* continue submit on error */ macro
/openbmc/linux/io_uring/
H A Dio_uring.c2451 * ring was setup with IORING_SETUP_SUBMIT_ALL in io_submit_sqes()
2454 !(ctx->flags & IORING_SETUP_SUBMIT_ALL)) { in io_submit_sqes()
4188 IORING_SETUP_R_DISABLED | IORING_SETUP_SUBMIT_ALL | in io_register_restrictions()