Home
last modified time | relevance | path

Searched refs:pie_timer (Results 1 – 4 of 4) sorted by relevance

/linux/net/sched/
H A Dsch_pie.c425 static void pie_timer(struct timer_list *t) in pie_timer() function
453 timer_setup(&q->adapt_timer, pie_timer, 0); in pie_init()
/linux/drivers/rtc/
H A Dinterface.c667 rtc = container_of(timer, struct rtc_device, pie_timer); in rtc_pie_update_irq()
734 if (hrtimer_try_to_cancel(&rtc->pie_timer) < 0) in rtc_update_hrtimer()
740 hrtimer_start(&rtc->pie_timer, period, HRTIMER_MODE_REL); in rtc_update_hrtimer()
H A Dclass.c243 hrtimer_setup(&rtc->pie_timer, rtc_pie_update_irq, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in rtc_allocate_device()
/linux/include/linux/
H A Drtc.h110 struct hrtimer pie_timer; /* sub second exp, so needs hrtimer */ member