Searched refs:pie_timer (Results 1 – 4 of 4) sorted by relevance
/linux/net/sched/ |
H A D | sch_pie.c | 425 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 D | interface.c | 667 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 D | class.c | 243 hrtimer_setup(&rtc->pie_timer, rtc_pie_update_irq, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in rtc_allocate_device()
|
/linux/include/linux/ |
H A D | rtc.h | 110 struct hrtimer pie_timer; /* sub second exp, so needs hrtimer */ member
|