Home
last modified time | relevance | path

Searched refs:pie_timer (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/rtc/
H A Dclass.c233 hrtimer_init(&rtc->pie_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in rtc_allocate_device()
234 rtc->pie_timer.function = rtc_pie_update_irq; in rtc_allocate_device()
H A Dinterface.c669 rtc = container_of(timer, struct rtc_device, pie_timer); in rtc_pie_update_irq()
736 if (hrtimer_try_to_cancel(&rtc->pie_timer) < 0) in rtc_update_hrtimer()
742 hrtimer_start(&rtc->pie_timer, period, HRTIMER_MODE_REL); in rtc_update_hrtimer()
/kernel/linux/linux-6.6/drivers/rtc/
H 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()
H 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()
/kernel/linux/linux-5.10/net/sched/
H A Dsch_pie.c423 static void pie_timer(struct timer_list *t) in pie_timer() function
448 timer_setup(&q->adapt_timer, pie_timer, 0); in pie_init()
/kernel/linux/linux-6.6/net/sched/
H A Dsch_pie.c420 static void pie_timer(struct timer_list *t) in pie_timer() function
448 timer_setup(&q->adapt_timer, pie_timer, 0); in pie_init()
/kernel/linux/linux-5.10/include/linux/
H A Drtc.h107 struct hrtimer pie_timer; /* sub second exp, so needs hrtimer */ member
/kernel/linux/linux-6.6/include/linux/
H A Drtc.h110 struct hrtimer pie_timer; /* sub second exp, so needs hrtimer */ member

Completed in 8 milliseconds