Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dhrtimer.h306 extern unsigned int hrtimer_resolution;
313 #define hrtimer_resolution (unsigned int)LOW_RES_NSEC macro
336 rem.tv64 -= hrtimer_resolution; in __hrtimer_expires_remaining_adjusted()
/linux-4.4.14/kernel/time/
Dhrtimer.c519 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()
Dtimer_list.c130 SEQ_printf(m, " .resolution: %u nsecs\n", (unsigned) hrtimer_resolution); in print_base()
Dalarmtimer.c499 tp->tv_nsec = hrtimer_resolution; in alarm_clock_getres()
Dposix-timers.c278 tp->tv_nsec = hrtimer_resolution; in posix_get_hrtimer_res()
/linux-4.4.14/sound/core/
Dhrtimer.c127 resolution = hrtimer_resolution; in snd_hrtimer_init()
/linux-4.4.14/sound/drivers/pcsp/
Dpcsp.c45 unsigned int resolution = hrtimer_resolution; in snd_pcsp_create()
/linux-4.4.14/net/sched/
Dsch_api.c1891 (u32)NSEC_PER_SEC / hrtimer_resolution); in psched_show()