Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Dtimeout.c374 switch (data->flags & IORING_TIMEOUT_CLOCK_MASK) { in io_timeout_get_clock()
450 if (hweight32(tr->flags & IORING_TIMEOUT_CLOCK_MASK) > 1) in io_timeout_remove_prep()
520 if (flags & ~(IORING_TIMEOUT_ABS | IORING_TIMEOUT_CLOCK_MASK | in __io_timeout_prep()
525 if (hweight32(flags & IORING_TIMEOUT_CLOCK_MASK) > 1) in __io_timeout_prep()
/linux-6.15/tools/include/uapi/linux/
H A Dio_uring.h285 #define IORING_TIMEOUT_CLOCK_MASK (IORING_TIMEOUT_BOOTTIME | IORING_TIMEOUT_REALTIME) macro
/linux-6.15/include/uapi/linux/
H A Dio_uring.h315 #define IORING_TIMEOUT_CLOCK_MASK (IORING_TIMEOUT_BOOTTIME | IORING_TIMEOUT_REALTIME) macro