Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dio_uring.h268 #define IORING_TIMEOUT_BOOTTIME (1U << 2) macro
273 #define IORING_TIMEOUT_CLOCK_MASK (IORING_TIMEOUT_BOOTTIME | IORING_TIMEOUT_REALTIME)
/openbmc/linux/io_uring/
H A Dtimeout.c361 case IORING_TIMEOUT_BOOTTIME: in io_timeout_get_clock()