Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pwm/
Dpwm-gpio.c50 remainder = do_div(dividend, hrtimer_resolution); in pwm_gpio_round()
54 remainder = do_div(dividend, hrtimer_resolution); in pwm_gpio_round()
107 if (state->duty_cycle && state->duty_cycle < hrtimer_resolution) in pwm_gpio_apply()
111 (state->period - state->duty_cycle < hrtimer_resolution)) in pwm_gpio_apply()
/linux-6.12.1/include/linux/
Dhrtimer.h178 extern unsigned int hrtimer_resolution;
182 #define hrtimer_resolution (unsigned int)LOW_RES_NSEC macro
196 rem -= hrtimer_resolution; in __hrtimer_expires_remaining_adjusted()
/linux-6.12.1/kernel/time/
Dposix-stubs.c79 .tv_nsec = hrtimer_resolution, in SYSCALL_DEFINE2()
162 .tv_nsec = hrtimer_resolution, in SYSCALL_DEFINE2()
Dhrtimer.c707 unsigned int hrtimer_resolution __read_mostly = LOW_RES_NSEC;
708 EXPORT_SYMBOL_GPL(hrtimer_resolution);
743 hrtimer_resolution = HIGH_RES_NSEC; in hrtimer_switch_to_hres()
1051 if (interval < hrtimer_resolution) in hrtimer_forward()
1052 interval = hrtimer_resolution; in hrtimer_forward()
1184 tim = ktime_add_safe(tim, hrtimer_resolution); in hrtimer_update_lowres()
Dvsyscall.c113 WRITE_ONCE(vdata[CS_HRES_COARSE].hrtimer_res, hrtimer_resolution); in update_vsyscall()
Dtimer_list.c104 SEQ_printf(m, " .resolution: %u nsecs\n", hrtimer_resolution); in print_base()
Dalarmtimer.c688 tp->tv_nsec = hrtimer_resolution; in alarm_clock_getres()
Dposix-timers.c219 tp->tv_nsec = hrtimer_resolution; in posix_get_hrtimer_res()
/linux-6.12.1/sound/core/
Dhrtimer.c133 resolution = hrtimer_resolution; in snd_hrtimer_init()
/linux-6.12.1/sound/drivers/pcsp/
Dpcsp.c45 unsigned int resolution = hrtimer_resolution; in snd_pcsp_create()
/linux-6.12.1/scripts/gdb/linux/
Dconstants.py.in62 LX_GDBPARSED(hrtimer_resolution)
/linux-6.12.1/net/sched/
Dsch_api.c2383 (u32)NSEC_PER_SEC / hrtimer_resolution); in psched_show()