Home
last modified time | relevance | path

Searched refs:reg_restricted (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dio_uring_types.h277 unsigned int reg_restricted: 1; member
/linux/io_uring/
H A Dregister.c189 ctx->reg_restricted = 1; in io_register_restrictions()
717 if (ctx->reg_restricted && !(ctx->flags & IORING_SETUP_R_DISABLED)) { in __io_uring_register()
H A Dio_uring.c2926 ctx->reg_restricted = 1; in io_ctx_restriction_clone()