Home
last modified time | relevance | path

Searched refs:LOW_RES_NSEC (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/linux/
Dktime.h280 #define LOW_RES_NSEC TICK_NSEC macro
281 #define KTIME_LOW_RES (ktime_t){ .tv64 = LOW_RES_NSEC }
Dhrtimer.h310 # define MONOTONIC_RES_NSEC LOW_RES_NSEC
313 #define hrtimer_resolution (unsigned int)LOW_RES_NSEC
/linux-4.4.14/arch/arm64/kernel/
Dasm-offsets.c81 DEFINE(CLOCK_COARSE_RES, LOW_RES_NSEC); in main()
/linux-4.4.14/arch/s390/kernel/
Dasm-offsets.c91 DEFINE(__CLOCK_COARSE_RES, LOW_RES_NSEC); in main()
/linux-4.4.14/kernel/time/
Dhrtimer.c519 unsigned int hrtimer_resolution __read_mostly = LOW_RES_NSEC;