Searched refs:hrtimer_forward (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/kernel/time/ |
D | tick-sched.c | 563 hrtimer_forward(&ts->sched_timer, now, tick_period); in tick_nohz_restart() 944 hrtimer_forward(&ts->sched_timer, now, tick_period); in tick_nohz_handler() 1076 hrtimer_forward(timer, now, tick_period); in tick_sched_timer() 1116 hrtimer_forward(&ts->sched_timer, now, tick_period); in tick_setup_sched_timer()
|
D | posix-timers.c | 365 timr->it_overrun += (unsigned int) hrtimer_forward(timer, in schedule_next_timer() 495 hrtimer_forward(timer, now, in posix_timer_fn() 761 timr->it_overrun += (unsigned int) hrtimer_forward(timer, now, iv); in common_timer_get()
|
D | hrtimer.c | 833 u64 hrtimer_forward(struct hrtimer *timer, ktime_t now, ktime_t interval) in hrtimer_forward() function 866 EXPORT_SYMBOL_GPL(hrtimer_forward);
|
/linux-4.4.14/include/linux/ |
D | hrtimer.h | 446 hrtimer_forward(struct hrtimer *timer, ktime_t now, ktime_t interval); 467 return hrtimer_forward(timer, timer->base->get_time(), interval); in hrtimer_forward_now()
|
/linux-4.4.14/arch/powerpc/oprofile/cell/ |
D | spu_profiler.c | 186 hrtimer_forward(timer, timer->base->get_time(), kt); in profile_spus()
|
/linux-4.4.14/drivers/power/reset/ |
D | ltc2952-poweroff.c | 116 overruns = hrtimer_forward(timer, now, data->wde_interval); in ltc2952_poweroff_timer_wde()
|
/linux-4.4.14/sound/drivers/pcsp/ |
D | pcsp_lib.c | 147 hrtimer_forward(handle, hrtimer_get_expires(handle), ns_to_ktime(ns)); in pcsp_do_timer()
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 1587 <idle>-0 3dN.1 19us : hrtimer_forward <-tick_nohz_idle_exit 1588 <idle>-0 3dN.1 20us : ktime_add_safe <-hrtimer_forward 1589 <idle>-0 3dN.1 20us : ktime_add_safe <-hrtimer_forward 2240 <idle>-0 [003] dN.1 4228.547805: hrtimer_forward <-tick_nohz_idle_exit 2254 hrtimer_forward 2290 hrtimer_forward
|
/linux-4.4.14/net/can/ |
D | bcm.c | 624 hrtimer_forward(hrtimer, ktime_get(), op->kt_ival2); in bcm_rx_thr_handler()
|
/linux-4.4.14/kernel/ |
D | signal.c | 588 hrtimer_forward(tmr, tmr->base->get_time(), in dequeue_signal()
|