Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dregister.c173 if (!(ctx->flags & IORING_SETUP_R_DISABLED)) in io_register_restrictions()
279 if (!(ctx->flags & IORING_SETUP_R_DISABLED)) in io_register_enable_rings()
293 smp_store_release(&ctx->flags, ctx->flags & ~IORING_SETUP_R_DISABLED); in io_register_enable_rings()
730 !(ctx->flags & IORING_SETUP_R_DISABLED)) in io_register_mem_region()
767 if ((ctx->int_flags & IO_RING_F_REG_RESTRICTED) && !(ctx->flags & IORING_SETUP_R_DISABLED)) { in __io_uring_register()
H A Dmsg_ring.c146 if (smp_load_acquire(&target_ctx->flags) & IORING_SETUP_R_DISABLED) in __io_msg_ring_data()
268 if (smp_load_acquire(&target_ctx->flags) & IORING_SETUP_R_DISABLED) in io_msg_send_fd()
H A Dio_uring.h61 IORING_SETUP_R_DISABLED |\
H A Dsqpoll.c233 !(ctx->flags & IORING_SETUP_R_DISABLED)) in __io_sq_thread()
H A Dio_uring.c2603 * Keep IORING_SETUP_R_DISABLED check before submitter_task load in SYSCALL_DEFINE6()
2606 if (unlikely(smp_load_acquire(&ctx->flags) & IORING_SETUP_R_DISABLED)) in SYSCALL_DEFINE6()
3057 && !(ctx->flags & IORING_SETUP_R_DISABLED)) in io_uring_create()
/linux/tools/include/uapi/linux/
H A Dio_uring.h154 #define IORING_SETUP_R_DISABLED (1U << 6) /* start with ring disabled */ macro
/linux/include/uapi/linux/
H A Dio_uring.h180 #define IORING_SETUP_R_DISABLED (1U << 6) /* start with ring disabled */ macro