Home
last modified time | relevance | path

Searched refs:refresh_timer (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/packet/
Daf_packet.c709 goto refresh_timer; in prb_retire_rx_blk_timer_expired()
713 goto refresh_timer; in prb_retire_rx_blk_timer_expired()
725 goto refresh_timer; in prb_retire_rx_blk_timer_expired()
740 refresh_timer: in prb_retire_rx_blk_timer_expired()
/linux-4.1.27/kernel/sched/
Dfair.c3858 struct hrtimer *refresh_timer = &cfs_b->period_timer; in runtime_refresh_within() local
3862 if (hrtimer_callback_running(refresh_timer)) in runtime_refresh_within()
3866 remaining = ktime_to_ns(hrtimer_expires_remaining(refresh_timer)); in runtime_refresh_within()