Searched refs:hrtimer_forward (Results 1 – 6 of 6) sorted by relevance
/linux/include/linux/ |
H A D | hrtimer.h | 349 hrtimer_forward(struct hrtimer *timer, ktime_t now, ktime_t interval); 362 return hrtimer_forward(timer, timer->base->get_time(), interval); in hrtimer_forward_now()
|
/linux/drivers/pwm/ |
H A D | pwm-gpio.c | 95 hrtimer_forward(gpio_timer, hrtimer_get_expires(gpio_timer), in pwm_gpio_timer()
|
/linux/kernel/time/ |
H A D | tick-sched.c | 309 hrtimer_forward(timer, now, TICK_NSEC); in tick_nohz_handler() 842 hrtimer_forward(&ts->sched_timer, now, TICK_NSEC); in tick_nohz_restart()
|
H A D | hrtimer.c | 1054 u64 hrtimer_forward(struct hrtimer *timer, ktime_t now, ktime_t interval) in hrtimer_forward() function 1087 EXPORT_SYMBOL_GPL(hrtimer_forward);
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_pmu.c | 537 hrtimer_forward(hrtimer, now, ns_to_ktime(PERIOD)); in i915_sample()
|
/linux/Documentation/trace/ |
H A D | ftrace.rst | 2188 <idle>-0 3dN.1 19us : hrtimer_forward <-tick_nohz_idle_exit 2189 <idle>-0 3dN.1 20us : ktime_add_safe <-hrtimer_forward 2190 <idle>-0 3dN.1 20us : ktime_add_safe <-hrtimer_forward 3068 <idle>-0 [003] dN.1 4228.547805: hrtimer_forward <-tick_nohz_idle_exit 3083 hrtimer_forward 3121 hrtimer_forward
|