Home
last modified time | relevance | path

Searched refs:KTIME_LOW_RES (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/
Dktime.h281 #define KTIME_LOW_RES (ktime_t){ .tv64 = LOW_RES_NSEC } macro
Dhrtimer.h301 # define KTIME_MONOTONIC_RES KTIME_LOW_RES
/linux-4.1.27/kernel/time/
Dhrtimer.c77 .resolution = KTIME_LOW_RES,
83 .resolution = KTIME_LOW_RES,
89 .resolution = KTIME_LOW_RES,
95 .resolution = KTIME_LOW_RES,
Dposix-timers.c259 *tp = ktime_to_timespec(KTIME_LOW_RES); in posix_get_coarse_res()