Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/vdso/
H A Dktime.h13 #define LOW_RES_NSEC TICK_NSEC macro
14 #define KTIME_LOW_RES (LOW_RES_NSEC)
/OK3568_Linux_fs/kernel/include/linux/
H A Dhrtimer_defs.h22 # define MONOTONIC_RES_NSEC LOW_RES_NSEC
H A Dhrtimer.h328 #define hrtimer_resolution (unsigned int)LOW_RES_NSEC
/OK3568_Linux_fs/kernel/arch/nds32/kernel/
H A Dasm-offsets.c26 DEFINE(CLOCK_COARSE_RES, LOW_RES_NSEC); in main()
/OK3568_Linux_fs/kernel/lib/vdso/
H A Dgettimeofday.c382 ns = LOW_RES_NSEC; in __cvdso_clock_getres_common()
/OK3568_Linux_fs/kernel/kernel/time/
H A Dhrtimer.c702 unsigned int hrtimer_resolution __read_mostly = LOW_RES_NSEC;
/OK3568_Linux_fs/kernel/drivers/iio/
H A Dindustrialio-core.c292 return LOW_RES_NSEC; in iio_get_time_res()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c9922 (!IS_ENABLED(CONFIG_NO_GKI) || (hrtimer_resolution != LOW_RES_NSEC))) { in vop2_sleep_scan_line_time()