Home
last modified time | relevance | path

Searched refs:timerqueue_getnext (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dtimerqueue.h34 struct timerqueue_node *timerqueue_getnext(struct timerqueue_head *head) in timerqueue_getnext() function
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Dinterface.c807 struct timerqueue_node *next = timerqueue_getnext(&rtc->timerqueue); in rtc_timer_enqueue()
870 struct timerqueue_node *next = timerqueue_getnext(&rtc->timerqueue); in rtc_timer_remove()
879 next = timerqueue_getnext(&rtc->timerqueue); in rtc_timer_remove()
917 while ((next = timerqueue_getnext(&rtc->timerqueue))) { in rtc_timer_do_work()
H A Dclass.c33 while ((node = timerqueue_getnext(head))) in rtc_device_release()
/OK3568_Linux_fs/kernel/kernel/time/
H A Dhrtimer.c514 next = timerqueue_getnext(&base->active); in __hrtimer_next_event_base()
1627 while ((node = timerqueue_getnext(&base->active))) { in __hrtimer_run_queues()
2091 while ((node = timerqueue_getnext(&old_base->active))) { in migrate_hrtimer_list()
H A Dtimer_list.c88 curr = timerqueue_getnext(&base->active); in print_active_timers()
H A Dposix-cpu-timers.c460 while ((node = timerqueue_getnext(head))) { in cleanup_timerqueue()
774 while ((next = timerqueue_getnext(head))) { in collect_timerqueue()
H A Dalarmtimer.c269 next = timerqueue_getnext(&base->timerqueue); in alarmtimer_suspend()