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.c41 switch (flags & IORING_TIMEOUT_CLOCK_MASK) { in io_flags_to_clock()
490 if (hweight32(tr->flags & IORING_TIMEOUT_CLOCK_MASK) > 1) in io_timeout_remove_prep()
564 if (flags & ~(IORING_TIMEOUT_ABS | IORING_TIMEOUT_CLOCK_MASK | in __io_timeout_prep()
570 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.h359 #define IORING_TIMEOUT_CLOCK_MASK (IORING_TIMEOUT_BOOTTIME | IORING_TIMEOUT_REALTIME) macro