Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dktime.h262 #define LOW_RES_NSEC TICK_NSEC macro
263 #define KTIME_LOW_RES (LOW_RES_NSEC)
Dhrtimer.h321 # define MONOTONIC_RES_NSEC LOW_RES_NSEC
324 #define hrtimer_resolution (unsigned int)LOW_RES_NSEC
/Linux-v4.19/arch/nds32/kernel/
Dasm-offsets.c26 DEFINE(CLOCK_COARSE_RES, LOW_RES_NSEC); in main()
/Linux-v4.19/arch/arm64/kernel/
Dasm-offsets.c105 DEFINE(CLOCK_COARSE_RES, LOW_RES_NSEC); in main()
/Linux-v4.19/arch/s390/kernel/
Dasm-offsets.c90 DEFINE(__CLOCK_COARSE_RES, LOW_RES_NSEC); in main()
/Linux-v4.19/kernel/time/
Dhrtimer.c674 unsigned int hrtimer_resolution __read_mostly = LOW_RES_NSEC;
/Linux-v4.19/drivers/iio/
Dindustrialio-core.c253 return LOW_RES_NSEC; in iio_get_time_res()