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))4133 && !(ctx->flags & IORING_SETUP_R_DISABLED)) in io_probe() 4188 IORING_SETUP_R_DISABLED | IORING_SETUP_SUBMIT_ALL | in io_register_restrictions() 4291 if (!(ctx->flags & IORING_SETUP_R_DISABLED)) in io_register_iowq_aff() 4355 if (!(ctx->flags & IORING_SETUP_R_DISABLED)) in io_register_iowq_max_workers() 4371 ctx->flags &= ~IORING_SETUP_R_DISABLED; in io_register_iowq_max_workers()
146 #define IORING_SETUP_R_DISABLED (1U << 6) /* start with ring disabled */ macro