Searched refs:hrtimer_resolution (Results 1 – 8 of 8) sorted by relevance
306 extern unsigned int hrtimer_resolution;313 #define hrtimer_resolution (unsigned int)LOW_RES_NSEC macro336 rem.tv64 -= hrtimer_resolution; in __hrtimer_expires_remaining_adjusted()
519 unsigned int hrtimer_resolution __read_mostly = LOW_RES_NSEC;520 EXPORT_SYMBOL_GPL(hrtimer_resolution);701 hrtimer_resolution = HIGH_RES_NSEC; in hrtimer_switch_to_hres()846 if (interval.tv64 < hrtimer_resolution) in hrtimer_forward()847 interval.tv64 = hrtimer_resolution; in hrtimer_forward()968 tim = ktime_add_safe(tim, ktime_set(0, hrtimer_resolution)); in hrtimer_update_lowres()
130 SEQ_printf(m, " .resolution: %u nsecs\n", (unsigned) hrtimer_resolution); in print_base()
499 tp->tv_nsec = hrtimer_resolution; in alarm_clock_getres()
278 tp->tv_nsec = hrtimer_resolution; in posix_get_hrtimer_res()
127 resolution = hrtimer_resolution; in snd_hrtimer_init()
45 unsigned int resolution = hrtimer_resolution; in snd_pcsp_create()
1891 (u32)NSEC_PER_SEC / hrtimer_resolution); in psched_show()