Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dhrtimer_defs.h22 # define MONOTONIC_RES_NSEC LOW_RES_NSEC
Dktime.h262 #define LOW_RES_NSEC TICK_NSEC macro
263 #define KTIME_LOW_RES (LOW_RES_NSEC)
Dhrtimer.h326 #define hrtimer_resolution (unsigned int)LOW_RES_NSEC
/Linux-v5.4/arch/nds32/kernel/
Dasm-offsets.c26 DEFINE(CLOCK_COARSE_RES, LOW_RES_NSEC); in main()
/Linux-v5.4/lib/vdso/
Dgettimeofday.c207 ns = LOW_RES_NSEC; in __cvdso_clock_getres_common()
/Linux-v5.4/arch/s390/kernel/
Dasm-offsets.c91 DEFINE(__CLOCK_COARSE_RES, LOW_RES_NSEC); in main()
/Linux-v5.4/kernel/time/
Dhrtimer.c685 unsigned int hrtimer_resolution __read_mostly = LOW_RES_NSEC;
/Linux-v5.4/drivers/iio/
Dindustrialio-core.c256 return LOW_RES_NSEC; in iio_get_time_res()