Home
last modified time | relevance | path

Searched refs:REQ_F_LINK_TIMEOUT (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dio_uring_types.h581 REQ_F_LINK_TIMEOUT = IO_REQ_FLAG(REQ_F_LINK_TIMEOUT_BIT), enumerator
/linux/io_uring/
H A Dcancel.c417 if (head->flags & REQ_F_LINK_TIMEOUT) { in io_match_task_safe()
H A Dtimeout.c223 } else if (req->flags & REQ_F_LINK_TIMEOUT) { in io_disarm_next()
H A Dio_uring.c117 #define IO_DISARM_MASK (REQ_F_ARM_LTIMEOUT | REQ_F_LINK_TIMEOUT | REQ_F_FAIL)
348 req->flags |= REQ_F_LINK_TIMEOUT; in __io_prep_linked_timeout()
393 if (req->flags & REQ_F_LINK_TIMEOUT) { in io_prep_async_link()