Home
last modified time | relevance | path

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

/Linux-v5.10/include/vdso/
Dktime.h13 #define LOW_RES_NSEC TICK_NSEC macro
14 #define KTIME_LOW_RES (LOW_RES_NSEC)
/Linux-v5.10/include/linux/
Dhrtimer_defs.h22 # define MONOTONIC_RES_NSEC LOW_RES_NSEC
Dhrtimer.h327 #define hrtimer_resolution (unsigned int)LOW_RES_NSEC
/Linux-v5.10/arch/nds32/kernel/
Dasm-offsets.c26 DEFINE(CLOCK_COARSE_RES, LOW_RES_NSEC); in main()
/Linux-v5.10/lib/vdso/
Dgettimeofday.c382 ns = LOW_RES_NSEC; in __cvdso_clock_getres_common()
/Linux-v5.10/kernel/time/
Dhrtimer.c684 unsigned int hrtimer_resolution __read_mostly = LOW_RES_NSEC;
/Linux-v5.10/drivers/iio/
Dindustrialio-core.c282 return LOW_RES_NSEC; in iio_get_time_res()