Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dhrtimer.h324 extern unsigned int hrtimer_resolution;
328 #define hrtimer_resolution (unsigned int)LOW_RES_NSEC macro
342 rem -= hrtimer_resolution; in __hrtimer_expires_remaining_adjusted()
/OK3568_Linux_fs/kernel/kernel/time/
H A Dposix-stubs.c112 .tv_nsec = hrtimer_resolution, in SYSCALL_DEFINE2()
205 .tv_nsec = hrtimer_resolution, in SYSCALL_DEFINE2()
H A Dhrtimer.c702 unsigned int hrtimer_resolution __read_mostly = LOW_RES_NSEC;
703 EXPORT_SYMBOL_GPL(hrtimer_resolution);
754 hrtimer_resolution = HIGH_RES_NSEC; in hrtimer_switch_to_hres()
948 if (interval < hrtimer_resolution) in hrtimer_forward()
949 interval = hrtimer_resolution; in hrtimer_forward()
1080 tim = ktime_add_safe(tim, hrtimer_resolution); in hrtimer_update_lowres()
H A Dvsyscall.c107 WRITE_ONCE(vdata[CS_HRES_COARSE].hrtimer_res, hrtimer_resolution); in update_vsyscall()
H A Dtimer_list.c117 SEQ_printf(m, " .resolution: %u nsecs\n", hrtimer_resolution); in print_base()
H A Dalarmtimer.c655 tp->tv_nsec = hrtimer_resolution; in alarm_clock_getres()
H A Dposix-timers.c266 tp->tv_nsec = hrtimer_resolution; in posix_get_hrtimer_res()
/OK3568_Linux_fs/kernel/scripts/gdb/linux/
H A Dconstants.py.in55 LX_GDBPARSED(hrtimer_resolution)
/OK3568_Linux_fs/kernel/sound/core/
H A Dhrtimer.c135 resolution = hrtimer_resolution; in snd_hrtimer_init()
/OK3568_Linux_fs/kernel/sound/drivers/pcsp/
H A Dpcsp.c47 unsigned int resolution = hrtimer_resolution; in snd_pcsp_create()
/OK3568_Linux_fs/kernel/arch/nds32/kernel/
H A Dvdso.c223 vdso_data->hrtimer_res = hrtimer_resolution; in update_vsyscall()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dtime.c910 vdso_data->hrtimer_res = hrtimer_resolution; in update_vsyscall()
/OK3568_Linux_fs/kernel/drivers/iio/
H A Dindustrialio-core.c289 return hrtimer_resolution; in iio_get_time_res()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_imx1421 hrtimer_resolution
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_api.c2247 (u32)NSEC_PER_SEC / hrtimer_resolution); in psched_show()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c9922 (!IS_ENABLED(CONFIG_NO_GKI) || (hrtimer_resolution != LOW_RES_NSEC))) { in vop2_sleep_scan_line_time()