Searched refs:IORING_SETUP_R_DISABLED (Results 1 – 5 of 5) sorted by relevance
173 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()719 !(ctx->flags & IORING_SETUP_R_DISABLED)) in io_register_mem_region()756 if ((ctx->int_flags & IO_RING_F_REG_RESTRICTED) && !(ctx->flags & IORING_SETUP_R_DISABLED)) { in __io_uring_register()
60 IORING_SETUP_R_DISABLED |\
2604 if (unlikely(smp_load_acquire(&ctx->flags) & IORING_SETUP_R_DISABLED)) in SYSCALL_DEFINE6()3055 && !(ctx->flags & IORING_SETUP_R_DISABLED)) in io_uring_create()
154 #define IORING_SETUP_R_DISABLED (1U << 6) /* start with ring disabled */ macro
180 #define IORING_SETUP_R_DISABLED (1U << 6) /* start with ring disabled */ macro