Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dhrtimer.h323 extern unsigned int hrtimer_resolution;
327 #define hrtimer_resolution (unsigned int)LOW_RES_NSEC macro
343 rem -= hrtimer_resolution; in __hrtimer_expires_remaining_adjusted()
/Linux-v5.10/kernel/time/
Dposix-stubs.c112 .tv_nsec = hrtimer_resolution, in SYSCALL_DEFINE2()
205 .tv_nsec = hrtimer_resolution, in SYSCALL_DEFINE2()
Dhrtimer.c684 unsigned int hrtimer_resolution __read_mostly = LOW_RES_NSEC;
685 EXPORT_SYMBOL_GPL(hrtimer_resolution);
736 hrtimer_resolution = HIGH_RES_NSEC; in hrtimer_switch_to_hres()
930 if (interval < hrtimer_resolution) in hrtimer_forward()
931 interval = hrtimer_resolution; in hrtimer_forward()
1053 tim = ktime_add_safe(tim, hrtimer_resolution); in hrtimer_update_lowres()
Dvsyscall.c107 WRITE_ONCE(vdata[CS_HRES_COARSE].hrtimer_res, hrtimer_resolution); in update_vsyscall()
Dtimer_list.c117 SEQ_printf(m, " .resolution: %u nsecs\n", hrtimer_resolution); in print_base()
Dalarmtimer.c655 tp->tv_nsec = hrtimer_resolution; in alarm_clock_getres()
Dposix-timers.c266 tp->tv_nsec = hrtimer_resolution; in posix_get_hrtimer_res()
/Linux-v5.10/scripts/gdb/linux/
Dconstants.py.in55 LX_GDBPARSED(hrtimer_resolution)
/Linux-v5.10/sound/core/
Dhrtimer.c135 resolution = hrtimer_resolution; in snd_hrtimer_init()
/Linux-v5.10/sound/drivers/pcsp/
Dpcsp.c47 unsigned int resolution = hrtimer_resolution; in snd_pcsp_create()
/Linux-v5.10/arch/nds32/kernel/
Dvdso.c223 vdso_data->hrtimer_res = hrtimer_resolution; in update_vsyscall()
/Linux-v5.10/arch/powerpc/kernel/
Dtime.c912 vdso_data->hrtimer_res = hrtimer_resolution; in update_vsyscall()
/Linux-v5.10/drivers/iio/
Dindustrialio-core.c279 return hrtimer_resolution; in iio_get_time_res()
/Linux-v5.10/net/sched/
Dsch_api.c2237 (u32)NSEC_PER_SEC / hrtimer_resolution); in psched_show()