Searched refs:IORING_TIMEOUT_ABS (Results 1 – 2 of 2) sorted by relevance
156 #define IORING_TIMEOUT_ABS (1U << 0) macro
6114 if (tr->flags & ~(IORING_TIMEOUT_UPDATE_MASK|IORING_TIMEOUT_ABS)) in io_timeout_remove_prep()6128 return (flags & IORING_TIMEOUT_ABS) ? HRTIMER_MODE_ABS in io_translate_timeout_mode()6179 if (flags & ~(IORING_TIMEOUT_ABS | IORING_TIMEOUT_CLOCK_MASK | in io_timeout_prep()
Completed in 26 milliseconds