Home
last modified time | relevance | path

Searched refs:IORING_SEND_ZC_REPORT_USAGE (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/include/uapi/linux/
Dio_uring.h343 #define IORING_SEND_ZC_REPORT_USAGE (1U << 3) macro
/Linux-v6.6/io_uring/
Dnet.c976 #define IO_ZC_FLAGS_VALID (IO_ZC_FLAGS_COMMON | IORING_SEND_ZC_REPORT_USAGE)
1002 if (zc->flags & IORING_SEND_ZC_REPORT_USAGE) { in io_send_zc_prep()