Searched refs:IORING_SETUP_R_DISABLED (Results 1 – 4 of 4) sorted by relevance
137 if (target_ctx->flags & IORING_SETUP_R_DISABLED) in io_msg_ring_data()234 if (target_ctx->flags & IORING_SETUP_R_DISABLED) in io_msg_send_fd()
193 !(ctx->flags & IORING_SETUP_R_DISABLED)) in __io_sq_thread()
3769 if (unlikely(ctx->flags & IORING_SETUP_R_DISABLED)) in SYSCALL_DEFINE6()4133 && !(ctx->flags & IORING_SETUP_R_DISABLED)) in io_uring_create()4188 IORING_SETUP_R_DISABLED | IORING_SETUP_SUBMIT_ALL | in io_uring_setup()4291 if (!(ctx->flags & IORING_SETUP_R_DISABLED)) in io_register_restrictions()4355 if (!(ctx->flags & IORING_SETUP_R_DISABLED)) in io_register_enable_rings()4371 ctx->flags &= ~IORING_SETUP_R_DISABLED; in io_register_enable_rings()
146 #define IORING_SETUP_R_DISABLED (1U << 6) /* start with ring disabled */ macro