Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dtimeout.c72 if (flags & IORING_TIMEOUT_ABS) in io_parse_user_time()
495 IORING_TIMEOUT_ABS | in io_timeout_remove_prep()
511 return (flags & IORING_TIMEOUT_ABS) ? HRTIMER_MODE_ABS in io_translate_timeout_mode()
564 if (flags & ~(IORING_TIMEOUT_ABS | IORING_TIMEOUT_CLOCK_MASK | in __io_timeout_prep()
573 if (!(~flags & (IORING_TIMEOUT_MULTISHOT | IORING_TIMEOUT_ABS))) in __io_timeout_prep()
/linux/tools/include/uapi/linux/
H A Dio_uring.h278 #define IORING_TIMEOUT_ABS (1U << 0) macro
/linux/include/uapi/linux/
H A Dio_uring.h351 #define IORING_TIMEOUT_ABS (1U << 0) macro