Home
last modified time | relevance | path

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

/linux-6.15/tools/include/uapi/linux/
H A Dio_uring.h152 #define IORING_SETUP_CLAMP (1U << 4) /* clamp SQ/CQ ring sizes */ macro
/linux-6.15/include/uapi/linux/
H A Dio_uring.h171 #define IORING_SETUP_CLAMP (1U << 4) /* clamp SQ/CQ ring sizes */ macro
/linux-6.15/io_uring/
H A Dregister.c394 #define RESIZE_FLAGS (IORING_SETUP_CQSIZE | IORING_SETUP_CLAMP)
H A Dzcrx.c377 if (!(ctx->flags & IORING_SETUP_CLAMP)) in io_register_zcrx_ifq()
H A Dio_uring.c3602 if (!(p->flags & IORING_SETUP_CLAMP)) in io_uring_fill_params()
3625 if (!(p->flags & IORING_SETUP_CLAMP)) in io_uring_fill_params()
3814 IORING_SETUP_CLAMP | IORING_SETUP_ATTACH_WQ | in io_uring_setup()