Searched refs:hrtimer_forward (Results 1 – 9 of 9) sorted by relevance
| /linux/include/linux/ |
| A D | hrtimer.h | 342 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 D | pwm-gpio.c | 95 hrtimer_forward(gpio_timer, hrtimer_get_expires(gpio_timer), in pwm_gpio_timer()
|
| /linux/kernel/time/ |
| A D | posix-timers.c | 247 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 D | tick-sched.c | 309 hrtimer_forward(timer, now, TICK_NSEC); in tick_nohz_handler() 850 hrtimer_forward(&ts->sched_timer, now, TICK_NSEC); in tick_nohz_restart()
|
| A D | hrtimer.c | 1038 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 D | test_objpool.c | 167 hrtimer_forward(hrt, hrt->base->get_time(), item->hrtcycle); in ot_hrtimer_handler()
|
| /linux/drivers/gpu/drm/i915/ |
| A D | i915_pmu.c | 512 hrtimer_forward(hrtimer, now, ns_to_ktime(PERIOD)); in i915_sample()
|
| /linux/Documentation/trace/ |
| A D | ftrace.rst | 2181 <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 D | signal.c | 659 hrtimer_forward(tmr, tmr->base->get_time(), in dequeue_signal()
|
Completed in 33 milliseconds