Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dfdinfo.c96 if (ctx->flags & IORING_SETUP_NO_SQARRAY) in io_uring_show_fdinfo()
H A Dio_uring.c2395 if (!(ctx->flags & IORING_SETUP_NO_SQARRAY)) { in io_get_sqe()
2926 if (ctx->flags & IORING_SETUP_NO_SQARRAY) { in io_rsrc_node_cache_free()
3910 if (!(ctx->flags & IORING_SETUP_NO_SQARRAY)) in io_uring_create()
4102 if (!(ctx->flags & IORING_SETUP_NO_SQARRAY)) in io_uring_allowed()
4193 IORING_SETUP_NO_SQARRAY)) in io_register_restrictions()
/openbmc/linux/include/uapi/linux/
H A Dio_uring.h191 #define IORING_SETUP_NO_SQARRAY (1U << 16) macro