Home
last modified time | relevance | path

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

/linux-4.4.14/net/packet/
Daf_packet.c706 goto refresh_timer; in prb_retire_rx_blk_timer_expired()
710 goto refresh_timer; in prb_retire_rx_blk_timer_expired()
722 goto refresh_timer; in prb_retire_rx_blk_timer_expired()
737 refresh_timer: in prb_retire_rx_blk_timer_expired()
/linux-4.4.14/kernel/sched/
Dfair.c3783 struct hrtimer *refresh_timer = &cfs_b->period_timer; in runtime_refresh_within() local
3787 if (hrtimer_callback_running(refresh_timer)) in runtime_refresh_within()
3791 remaining = ktime_to_ns(hrtimer_expires_remaining(refresh_timer)); in runtime_refresh_within()