Home
last modified time | relevance | path

Searched refs:hrtimer_forward (Results 1 – 9 of 9) sorted by relevance

/linux/include/linux/
A Dhrtimer.h342 hrtimer_forward(struct hrtimer *timer, ktime_t now, ktime_t interval);
355 return hrtimer_forward(timer, timer->base->get_time(), interval); in hrtimer_forward_now()
/linux/drivers/pwm/
A Dpwm-gpio.c95 hrtimer_forward(gpio_timer, hrtimer_get_expires(gpio_timer), in pwm_gpio_timer()
/linux/kernel/time/
A Dposix-timers.c247 timr->it_overrun += hrtimer_forward(timer, timer->base->get_time(), in common_hrtimer_rearm()
367 timr->it_overrun += hrtimer_forward(timer, now, timr->it_interval); in posix_timer_fn()
623 return hrtimer_forward(timer, now, timr->it_interval); in common_hrtimer_forward()
A Dtick-sched.c309 hrtimer_forward(timer, now, TICK_NSEC); in tick_nohz_handler()
850 hrtimer_forward(&ts->sched_timer, now, TICK_NSEC); in tick_nohz_restart()
A Dhrtimer.c1038 u64 hrtimer_forward(struct hrtimer *timer, ktime_t now, ktime_t interval) in hrtimer_forward() function
1071 EXPORT_SYMBOL_GPL(hrtimer_forward);
/linux/lib/
A Dtest_objpool.c167 hrtimer_forward(hrt, hrt->base->get_time(), item->hrtcycle); in ot_hrtimer_handler()
/linux/drivers/gpu/drm/i915/
A Di915_pmu.c512 hrtimer_forward(hrtimer, now, ns_to_ktime(PERIOD)); in i915_sample()
/linux/Documentation/trace/
A Dftrace.rst2181 <idle>-0 3dN.1 19us : hrtimer_forward <-tick_nohz_idle_exit
2182 <idle>-0 3dN.1 20us : ktime_add_safe <-hrtimer_forward
2183 <idle>-0 3dN.1 20us : ktime_add_safe <-hrtimer_forward
3061 <idle>-0 [003] dN.1 4228.547805: hrtimer_forward <-tick_nohz_idle_exit
3076 hrtimer_forward
3114 hrtimer_forward
/linux/kernel/
A Dsignal.c659 hrtimer_forward(tmr, tmr->base->get_time(), in dequeue_signal()

Completed in 33 milliseconds