Home
last modified time | relevance | path

Searched refs:timer_forward (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/time/
H A Dposix-timers.h31 s64 (*timer_forward)(struct k_itimer *timr, ktime_t now); member
H A Dposix-timers.c716 timr->it_overrun += kc->timer_forward(timr, now); in common_timer_get()
1443 .timer_forward = common_hrtimer_forward,
1460 .timer_forward = common_hrtimer_forward,
1492 .timer_forward = common_hrtimer_forward,
1509 .timer_forward = common_hrtimer_forward,
H A Dalarmtimer.c825 .timer_forward = alarm_timer_forward,