Home
last modified time | relevance | path

Searched refs:IORING_SETUP_R_DISABLED (Results 1 – 6 of 6) sorted by relevance

/linux/io_uring/
H A Dregister.c164 if (!(ctx->flags & IORING_SETUP_R_DISABLED)) in io_register_restrictions()
182 if (!(ctx->flags & IORING_SETUP_R_DISABLED)) in io_register_enable_rings()
198 ctx->flags &= ~IORING_SETUP_R_DISABLED; in io_register_enable_rings()
613 !(ctx->flags & IORING_SETUP_R_DISABLED)) in io_register_mem_region()
H A Dmsg_ring.c147 if (target_ctx->flags & IORING_SETUP_R_DISABLED) in __io_msg_ring_data()
267 if (target_ctx->flags & IORING_SETUP_R_DISABLED) in io_msg_send_fd()
H A Dsqpoll.c197 !(ctx->flags & IORING_SETUP_R_DISABLED)) in __io_sq_thread()
H A Dio_uring.c3439 if (unlikely(ctx->flags & IORING_SETUP_R_DISABLED)) in SYSCALL_DEFINE6()
3828 && !(ctx->flags & IORING_SETUP_R_DISABLED)) in io_uring_create()
3883 IORING_SETUP_R_DISABLED | IORING_SETUP_SUBMIT_ALL | in io_uring_setup()
/linux/tools/include/uapi/linux/
H A Dio_uring.h154 #define IORING_SETUP_R_DISABLED (1U << 6) /* start with ring disabled */ macro
/linux/include/uapi/linux/
H A Dio_uring.h178 #define IORING_SETUP_R_DISABLED (1U << 6) /* start with ring disabled */ macro