Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dio_uring.h121 #define IORING_RW_ATTR_FLAG_PI (1U << 0) macro
/linux/io_uring/
H A Drw.c304 if (attr_type_mask != IORING_RW_ATTR_FLAG_PI) in __io_prep_rw()