Searched refs:IORING_TIMEOUT_CLOCK_MASK (Results 1 – 2 of 2) sorted by relevance
326 switch (data->flags & IORING_TIMEOUT_CLOCK_MASK) { in io_timeout_get_clock()402 if (hweight32(tr->flags & IORING_TIMEOUT_CLOCK_MASK) > 1) in io_timeout_remove_prep()472 if (flags & ~(IORING_TIMEOUT_ABS | IORING_TIMEOUT_CLOCK_MASK | in __io_timeout_prep()476 if (hweight32(flags & IORING_TIMEOUT_CLOCK_MASK) > 1) in __io_timeout_prep()
253 #define IORING_TIMEOUT_CLOCK_MASK (IORING_TIMEOUT_BOOTTIME | IORING_TIMEOUT_REALTIME) macro
Completed in 7 milliseconds