Home
last modified time | relevance | path

Searched refs:IORING_SETUP_CLAMP (Results 1 – 6 of 6) 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.h176 #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 Dio_uring.c2827 if (!(p->flags & IORING_SETUP_CLAMP)) in io_uring_fill_params()
2850 if (!(p->flags & IORING_SETUP_CLAMP)) in io_uring_fill_params()
H A Dzcrx.c788 if (!(ctx->flags & IORING_SETUP_CLAMP)) in io_register_zcrx_ifq()