Home
last modified time | relevance | path

Searched refs:IORING_SETUP_CLAMP (Results 1 – 5 of 5) sorted by relevance

/linux/tools/include/uapi/linux/
H A Dio_uring.h152 #define IORING_SETUP_CLAMP (1U << 4) /* clamp SQ/CQ ring sizes */ macro
/linux/include/uapi/linux/
H A Dio_uring.h178 #define IORING_SETUP_CLAMP (1U << 4) /* clamp SQ/CQ ring sizes */ macro
/linux/io_uring/
H A Dio_uring.h58 IORING_SETUP_CLAMP |\
H A Dregister.c493 #define RESIZE_FLAGS (IORING_SETUP_CQSIZE | IORING_SETUP_CLAMP)
H A Dzcrx.c865 if (!(ctx->flags & IORING_SETUP_CLAMP)) in io_register_zcrx()