Searched refs:hrtimer_resolution (Results 1 – 10 of 10) sorted by relevance
317 extern unsigned int hrtimer_resolution;324 #define hrtimer_resolution (unsigned int)LOW_RES_NSEC macro340 rem -= hrtimer_resolution; in __hrtimer_expires_remaining_adjusted()
111 .tv_nsec = hrtimer_resolution, in SYSCALL_DEFINE2()197 .tv_nsec = hrtimer_resolution, in COMPAT_SYSCALL_DEFINE2()
674 unsigned int hrtimer_resolution __read_mostly = LOW_RES_NSEC;675 EXPORT_SYMBOL_GPL(hrtimer_resolution);726 hrtimer_resolution = HIGH_RES_NSEC; in hrtimer_switch_to_hres()920 if (interval < hrtimer_resolution) in hrtimer_forward()921 interval = hrtimer_resolution; in hrtimer_forward()1040 tim = ktime_add_safe(tim, hrtimer_resolution); in hrtimer_update_lowres()
122 SEQ_printf(m, " .resolution: %u nsecs\n", hrtimer_resolution); in print_base()
646 tp->tv_nsec = hrtimer_resolution; in alarm_clock_getres()
261 tp->tv_nsec = hrtimer_resolution; in posix_get_hrtimer_res()
149 resolution = hrtimer_resolution; in snd_hrtimer_init()
46 unsigned int resolution = hrtimer_resolution; in snd_pcsp_create()
250 return hrtimer_resolution; in iio_get_time_res()
2114 (u32)NSEC_PER_SEC / hrtimer_resolution); in psched_show()