Searched refs:IORING_SETUP_R_DISABLED (Results 1 – 6 of 6) sorted by relevance
164 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()
147 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()
197 !(ctx->flags & IORING_SETUP_R_DISABLED)) in __io_sq_thread()
3439 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()
154 #define IORING_SETUP_R_DISABLED (1U << 6) /* start with ring disabled */ macro
178 #define IORING_SETUP_R_DISABLED (1U << 6) /* start with ring disabled */ macro