Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dio_uring.h196 #define IORING_CQE_F_BUFFER (1U << 0) macro
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c2450 cflags |= IORING_CQE_F_BUFFER; in io_put_kbuf()