Searched refs:hrtimer_forward (Results 1 – 9 of 9) sorted by relevance
| /linux/include/linux/ |
| H A D | hrtimer.h | 334 hrtimer_forward(struct hrtimer *timer, ktime_t now, ktime_t interval); 347 return hrtimer_forward(timer, hrtimer_cb_get_time(timer), 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/drivers/pps/generators/ |
| H A D | pps_gen_tio.c | 158 hrtimer_forward(timer, now, NSEC_PER_SEC / 2); in hrtimer_callback()
|
| /linux/kernel/time/ |
| H A D | tick-sched.c | 331 hrtimer_forward(timer, now, TICK_NSEC); in tick_nohz_handler() 873 hrtimer_forward(&ts->sched_timer, now, TICK_NSEC); in tick_nohz_restart()
|
| H A D | hrtimer.c | 1043 u64 hrtimer_forward(struct hrtimer *timer, ktime_t now, ktime_t interval) in hrtimer_forward() function 1076 EXPORT_SYMBOL_GPL(hrtimer_forward);
|
| H A D | posix-timers.c | 661 return hrtimer_forward(timer, now, timr->it_interval); in common_hrtimer_remaining()
|
| /linux/rust/kernel/time/ |
| H A D | hrtimer.rs | 188 bindings::hrtimer_forward(Self::raw_get(self_ptr), now.as_nanos(), interval.as_nanos()) in raw_forward()
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_pmu.c | 536 hrtimer_forward(hrtimer, now, ns_to_ktime(PERIOD)); in i915_sample()
|
| /linux/Documentation/trace/ |
| H A D | ftrace.rst | 2234 <idle>-0 3dN.1 19us : hrtimer_forward <-tick_nohz_idle_exit 2235 <idle>-0 3dN.1 20us : ktime_add_safe <-hrtimer_forward 2236 <idle>-0 3dN.1 20us : ktime_add_safe <-hrtimer_forward 3114 <idle>-0 [003] dN.1 4228.547805: hrtimer_forward <-tick_nohz_idle_exit 3129 hrtimer_forward 3167 hrtimer_forward
|