Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dtimeout.c374 switch (data->flags & IORING_TIMEOUT_CLOCK_MASK) { in io_timeout_get_clock()
452 if (hweight32(tr->flags & IORING_TIMEOUT_CLOCK_MASK) > 1) in io_timeout_remove_prep()
522 if (flags & ~(IORING_TIMEOUT_ABS | IORING_TIMEOUT_CLOCK_MASK | in __io_timeout_prep()
527 if (hweight32(flags & IORING_TIMEOUT_CLOCK_MASK) > 1) in __io_timeout_prep()
/linux/tools/include/uapi/linux/
H A Dio_uring.h285 #define IORING_TIMEOUT_CLOCK_MASK (IORING_TIMEOUT_BOOTTIME | IORING_TIMEOUT_REALTIME) macro
/linux/include/uapi/linux/
H A Dio_uring.h310 #define IORING_TIMEOUT_CLOCK_MASK (IORING_TIMEOUT_BOOTTIME | IORING_TIMEOUT_REALTIME) macro