Searched refs:hrtimer_resolution (Results 1 – 16 of 16) sorted by relevance
321 extern unsigned int hrtimer_resolution;325 #define hrtimer_resolution (unsigned int)LOW_RES_NSEC macro339 rem -= hrtimer_resolution; in __hrtimer_expires_remaining_adjusted()
112 .tv_nsec = hrtimer_resolution, in SYSCALL_DEFINE2()205 .tv_nsec = hrtimer_resolution, in SYSCALL_DEFINE2()
709 unsigned int hrtimer_resolution __read_mostly = LOW_RES_NSEC;710 EXPORT_SYMBOL_GPL(hrtimer_resolution);745 hrtimer_resolution = HIGH_RES_NSEC; in hrtimer_switch_to_hres()1050 if (interval < hrtimer_resolution) in hrtimer_forward()1051 interval = hrtimer_resolution; in hrtimer_forward()1182 tim = ktime_add_safe(tim, hrtimer_resolution); in hrtimer_update_lowres()
107 WRITE_ONCE(vdata[CS_HRES_COARSE].hrtimer_res, hrtimer_resolution); in update_vsyscall()
104 SEQ_printf(m, " .resolution: %u nsecs\n", hrtimer_resolution); in print_base()
658 tp->tv_nsec = hrtimer_resolution; in alarm_clock_getres()
266 tp->tv_nsec = hrtimer_resolution; in posix_get_hrtimer_res()
55 LX_GDBPARSED(hrtimer_resolution)
135 resolution = hrtimer_resolution; in snd_hrtimer_init()
45 unsigned int resolution = hrtimer_resolution; in snd_pcsp_create()
223 vdso_data->hrtimer_res = hrtimer_resolution; in update_vsyscall()
336 return hrtimer_resolution; in iio_get_time_res()
2230 (u32)NSEC_PER_SEC / hrtimer_resolution); in psched_show()
11993 0x00000000 hrtimer_resolution vmlinux EXPORT_SYMBOL_GPL
129928 ffff800011dc9bf4 D hrtimer_resolution
Completed in 378 milliseconds