Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/rtc/
A Dclass.c239 hrtimer_init(&rtc->pie_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in rtc_allocate_device()
240 rtc->pie_timer.function = rtc_pie_update_irq; in rtc_allocate_device()
A Dinterface.c666 rtc = container_of(timer, struct rtc_device, pie_timer); in rtc_pie_update_irq()
733 if (hrtimer_try_to_cancel(&rtc->pie_timer) < 0) in rtc_update_hrtimer()
739 hrtimer_start(&rtc->pie_timer, period, HRTIMER_MODE_REL); in rtc_update_hrtimer()
/linux-6.3-rc2/include/linux/
A Drtc.h110 struct hrtimer pie_timer; /* sub second exp, so needs hrtimer */ member
/linux-6.3-rc2/net/sched/
A Dsch_pie.c420 static void pie_timer(struct timer_list *t) in pie_timer() function
445 timer_setup(&q->adapt_timer, pie_timer, 0); in pie_init()

Completed in 7 milliseconds