Home
last modified time | relevance | path

Searched refs:IORING_SETUP_R_DISABLED (Results 1 – 5 of 5) 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()
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()
H A Dio_uring.h60 IORING_SETUP_R_DISABLED |\
H A Dio_uring.c2604 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()
/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