Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dio_uring_types.h516 REQ_F_SUPPORT_NOWAIT = IO_REQ_FLAG(REQ_F_SUPPORT_NOWAIT_BIT), enumerator
/linux/io_uring/
H A Drw.c37 if (req->flags & REQ_F_SUPPORT_NOWAIT) in io_file_supports_nowait()
810 ((file->f_flags & O_NONBLOCK && !(req->flags & REQ_F_SUPPORT_NOWAIT)))) in io_rw_init_file()
H A Dio_uring.c1641 res |= REQ_F_SUPPORT_NOWAIT; in io_file_get_flags()