Searched refs:hrtimer_forward (Results 1 - 7 of 7) sorted by relevance

/kernel/time/
H A Dtick-sched.c889 hrtimer_forward(&ts->sched_timer, now, tick_period);
981 hrtimer_forward(&ts->sched_timer, now, tick_period);
1030 * hrtimer_forward with the highres code.
1134 hrtimer_forward(timer, now, tick_period);
1175 hrtimer_forward(&ts->sched_timer, now, tick_period);
H A Dposix-timers.c358 timr->it_overrun += (unsigned int) hrtimer_forward(timer,
471 * hrtimer_forward() to expire the timer
488 hrtimer_forward(timer, now,
754 timr->it_overrun += (unsigned int) hrtimer_forward(timer, now, iv);
H A Dhrtimer.c782 * hrtimer_forward - forward the timer expiry
790 u64 hrtimer_forward(struct hrtimer *timer, ktime_t now, ktime_t interval) function
820 EXPORT_SYMBOL_GPL(hrtimer_forward); variable
/kernel/sched/
H A Drt.c26 overrun = hrtimer_forward(timer, now, rt_b->rt_period);
H A Dcore.c103 hrtimer_forward(period_timer, now, period);
H A Dfair.c3767 overrun = hrtimer_forward(timer, now, cfs_b->period);
/kernel/
H A Dsignal.c639 hrtimer_forward(tmr, tmr->base->get_time(),

Completed in 109 milliseconds