Home
last modified time | relevance | path

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

/linux-6.1.9/include/vdso/
Dktime.h13 #define LOW_RES_NSEC TICK_NSEC macro
14 #define KTIME_LOW_RES (LOW_RES_NSEC)
/linux-6.1.9/include/linux/
Dhrtimer_defs.h22 # define MONOTONIC_RES_NSEC LOW_RES_NSEC
Dhrtimer.h325 #define hrtimer_resolution (unsigned int)LOW_RES_NSEC
/linux-6.1.9/lib/vdso/
Dgettimeofday.c385 ns = LOW_RES_NSEC; in __cvdso_clock_getres_common()
/linux-6.1.9/kernel/time/
Dhrtimer.c709 unsigned int hrtimer_resolution __read_mostly = LOW_RES_NSEC;