Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dhrtimer.h317 extern unsigned int hrtimer_resolution;
324 #define hrtimer_resolution (unsigned int)LOW_RES_NSEC macro
340 rem -= hrtimer_resolution; in __hrtimer_expires_remaining_adjusted()
/Linux-v4.19/kernel/time/
Dposix-stubs.c111 .tv_nsec = hrtimer_resolution, in SYSCALL_DEFINE2()
197 .tv_nsec = hrtimer_resolution, in COMPAT_SYSCALL_DEFINE2()
Dhrtimer.c674 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()
Dtimer_list.c122 SEQ_printf(m, " .resolution: %u nsecs\n", hrtimer_resolution); in print_base()
Dalarmtimer.c646 tp->tv_nsec = hrtimer_resolution; in alarm_clock_getres()
Dposix-timers.c261 tp->tv_nsec = hrtimer_resolution; in posix_get_hrtimer_res()
/Linux-v4.19/sound/core/
Dhrtimer.c149 resolution = hrtimer_resolution; in snd_hrtimer_init()
/Linux-v4.19/sound/drivers/pcsp/
Dpcsp.c46 unsigned int resolution = hrtimer_resolution; in snd_pcsp_create()
/Linux-v4.19/drivers/iio/
Dindustrialio-core.c250 return hrtimer_resolution; in iio_get_time_res()
/Linux-v4.19/net/sched/
Dsch_api.c2114 (u32)NSEC_PER_SEC / hrtimer_resolution); in psched_show()