Home
last modified time | relevance | path

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

/linux-6.3-rc2/io_uring/
A Dtimeout.c326 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()
/linux-6.3-rc2/include/uapi/linux/
A Dio_uring.h253 #define IORING_TIMEOUT_CLOCK_MASK (IORING_TIMEOUT_BOOTTIME | IORING_TIMEOUT_REALTIME) macro

Completed in 7 milliseconds