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()
699 !(ctx->flags & IORING_SETUP_R_DISABLED)) in io_register_mem_region()
736 if (ctx->reg_restricted && !(ctx->flags & IORING_SETUP_R_DISABLED)) { in __io_uring_register()
H A Dmsg_ring.c127 if (smp_load_acquire(&target_ctx->flags) & IORING_SETUP_R_DISABLED) in __io_msg_ring_data()
248 if (smp_load_acquire(&target_ctx->flags) & IORING_SETUP_R_DISABLED) in io_msg_send_fd()
H A Dsqpoll.c232 !(ctx->flags & IORING_SETUP_R_DISABLED)) in __io_sq_thread()
H A Dio_uring.h60 IORING_SETUP_R_DISABLED |\
H A Dio_uring.c2581 if (unlikely(smp_load_acquire(&ctx->flags) & IORING_SETUP_R_DISABLED)) in SYSCALL_DEFINE6()
3025 && !(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.h178 #define IORING_SETUP_R_DISABLED (1U << 6) /* start with ring disabled */ macro