Home
last modified time | relevance | path

Searched refs:IORING_SETUP_SINGLE_ISSUER (Results 1 – 7 of 7) sorted by relevance

/linux/tools/include/uapi/linux/
H A Dio_uring.h175 #define IORING_SETUP_SINGLE_ISSUER (1U << 12) macro
/linux/io_uring/
H A Dtctx.c192 if (ctx->flags & IORING_SETUP_SINGLE_ISSUER in __io_uring_add_tctx_node_from_submit()
H A Dio_uring.h66 IORING_SETUP_SINGLE_ISSUER |\
H A Dregister.c282 if (ctx->flags & IORING_SETUP_SINGLE_ISSUER) { in io_register_enable_rings()
H A Dio_uring.c2844 !(flags & IORING_SETUP_SINGLE_ISSUER)) in io_uring_sanitise_params()
3071 if (ctx->flags & IORING_SETUP_SINGLE_ISSUER in io_uring_create()
/linux/include/uapi/linux/
H A Dio_uring.h202 #define IORING_SETUP_SINGLE_ISSUER (1U << 12) macro
/linux/tools/testing/selftests/ublk/
H A Dkublk.c530 IORING_SETUP_SINGLE_ISSUER | in ublk_thread_init()