Home
last modified time | relevance | path

Searched refs:REQ_F_SUPPORT_NOWAIT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dio_uring_types.h464 REQ_F_SUPPORT_NOWAIT = BIT(REQ_F_SUPPORT_NOWAIT_BIT), enumerator
/openbmc/linux/io_uring/
H A Drw.c33 return req->flags & REQ_F_SUPPORT_NOWAIT; in io_file_supports_nowait()
H A Dio_uring.c1736 res |= REQ_F_SUPPORT_NOWAIT; in io_file_get_flags()