Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dmsg_ring.c137 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()
H A Dsqpoll.c193 !(ctx->flags & IORING_SETUP_R_DISABLED)) in __io_sq_thread()
H A Dio_uring.c3769 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()
/openbmc/linux/include/uapi/linux/
H A Dio_uring.h146 #define IORING_SETUP_R_DISABLED (1U << 6) /* start with ring disabled */ macro