Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/uapi/linux/
Dio_uring.h158 #define IORING_TIMEOUT_CLOCK_MASK (IORING_TIMEOUT_BOOTTIME | IORING_TIMEOUT_REALTIME) macro
/kernel/linux/linux-5.10/io_uring/
Dio_uring.c6050 switch (data->flags & IORING_TIMEOUT_CLOCK_MASK) { in io_timeout_get_clock()
6124 if (hweight32(tr->flags & IORING_TIMEOUT_CLOCK_MASK) > 1) in io_timeout_remove_prep()
6193 if (flags & ~(IORING_TIMEOUT_ABS | IORING_TIMEOUT_CLOCK_MASK)) in io_timeout_prep()
6196 if (hweight32(flags & IORING_TIMEOUT_CLOCK_MASK) > 1) in io_timeout_prep()