Searched refs:hrtimer_resolution (Results 1 – 13 of 13) sorted by relevance
109 .tv_nsec = hrtimer_resolution, in SYSCALL_DEFINE2()195 .tv_nsec = hrtimer_resolution, in SYSCALL_DEFINE2()
685 unsigned int hrtimer_resolution __read_mostly = LOW_RES_NSEC;686 EXPORT_SYMBOL_GPL(hrtimer_resolution);737 hrtimer_resolution = HIGH_RES_NSEC; in hrtimer_switch_to_hres()931 if (interval < hrtimer_resolution) in hrtimer_forward()932 interval = hrtimer_resolution; in hrtimer_forward()1051 tim = ktime_add_safe(tim, hrtimer_resolution); in hrtimer_update_lowres()
78 WRITE_ONCE(vdata[CS_HRES_COARSE].hrtimer_res, hrtimer_resolution); in update_vdso_data()
117 SEQ_printf(m, " .resolution: %u nsecs\n", hrtimer_resolution); in print_base()
655 tp->tv_nsec = hrtimer_resolution; in alarm_clock_getres()
240 tp->tv_nsec = hrtimer_resolution; in posix_get_hrtimer_res()
322 extern unsigned int hrtimer_resolution;326 #define hrtimer_resolution (unsigned int)LOW_RES_NSEC macro342 rem -= hrtimer_resolution; in __hrtimer_expires_remaining_adjusted()
55 LX_GDBPARSED(hrtimer_resolution)
135 resolution = hrtimer_resolution; in snd_hrtimer_init()
47 unsigned int resolution = hrtimer_resolution; in snd_pcsp_create()
223 vdso_data->hrtimer_res = hrtimer_resolution; in update_vsyscall()
253 return hrtimer_resolution; in iio_get_time_res()
2206 (u32)NSEC_PER_SEC / hrtimer_resolution); in psched_show()