Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dio_uring.h281 #define IORING_TIMEOUT_REALTIME (1U << 3) macro
285 #define IORING_TIMEOUT_CLOCK_MASK (IORING_TIMEOUT_BOOTTIME | IORING_TIMEOUT_REALTIME)
/linux/include/uapi/linux/
H A Dio_uring.h287 #define IORING_TIMEOUT_REALTIME (1U << 3) macro
291 #define IORING_TIMEOUT_CLOCK_MASK (IORING_TIMEOUT_BOOTTIME | IORING_TIMEOUT_REALTIME)
/linux/io_uring/
H A Dtimeout.c359 case IORING_TIMEOUT_REALTIME: in io_timeout_get_clock()