Home
last modified time | relevance | path

Searched refs:IORING_SETUP_R_DISABLED (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/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.c192 !(ctx->flags & IORING_SETUP_R_DISABLED)) in __io_sq_thread()
H A Dio_uring.c3621 if (unlikely(ctx->flags & IORING_SETUP_R_DISABLED)) in SYSCALL_DEFINE6()
3985 && !(ctx->flags & IORING_SETUP_R_DISABLED)) in io_uring_create()
4040 IORING_SETUP_R_DISABLED | IORING_SETUP_SUBMIT_ALL | in io_uring_setup()
4143 if (!(ctx->flags & IORING_SETUP_R_DISABLED)) in io_register_restrictions()
4207 if (!(ctx->flags & IORING_SETUP_R_DISABLED)) in io_register_enable_rings()
4223 ctx->flags &= ~IORING_SETUP_R_DISABLED; in io_register_enable_rings()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dio_uring.h85 #define IORING_SETUP_R_DISABLED (1U << 6) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dio_uring.h85 #define IORING_SETUP_R_DISABLED (1U << 6) macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dio_uring.h100 #define IORING_SETUP_R_DISABLED (1U << 6) /* start with ring disabled */ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dio_uring.h146 #define IORING_SETUP_R_DISABLED (1U << 6) /* start with ring disabled */ macro
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c7474 !(ctx->flags & IORING_SETUP_R_DISABLED)) in __io_sq_thread()
10087 if (unlikely(ctx->flags & IORING_SETUP_R_DISABLED)) in SYSCALL_DEFINE6()
10514 IORING_SETUP_R_DISABLED)) in io_uring_setup()
10590 if (!(ctx->flags & IORING_SETUP_R_DISABLED)) in io_register_restrictions()
10654 if (!(ctx->flags & IORING_SETUP_R_DISABLED)) in io_register_enable_rings()
10660 ctx->flags &= ~IORING_SETUP_R_DISABLED; in io_register_enable_rings()

Completed in 28 milliseconds