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

/linux-master/include/linux/
H A Dtimerqueue.h16 * timerqueue_getnext - Returns the timer with the earliest expiration time
23 struct timerqueue_node *timerqueue_getnext(struct timerqueue_head *head) function
/linux-master/drivers/rtc/
H A Dinterface.c804 struct timerqueue_node *next = timerqueue_getnext(&rtc->timerqueue);
867 struct timerqueue_node *next = timerqueue_getnext(&rtc->timerqueue);
876 next = timerqueue_getnext(&rtc->timerqueue);
914 while ((next = timerqueue_getnext(&rtc->timerqueue))) {
H A Dclass.c32 while ((node = timerqueue_getnext(head)))
/linux-master/kernel/time/
H A Dhrtimer.c517 next = timerqueue_getnext(&base->active);
918 next = timerqueue_getnext(&base->active);
1736 while ((node = timerqueue_getnext(&base->active))) {
2203 while ((node = timerqueue_getnext(&old_base->active))) {
H A Dtimer_list.c75 curr = timerqueue_getnext(&base->active);
H A Dalarmtimer.c268 next = timerqueue_getnext(&base->timerqueue);
H A Dposix-cpu-timers.c517 while ((node = timerqueue_getnext(head))) {
838 while ((next = timerqueue_getnext(head))) {
H A Dtimer_migration.c566 while ((node = timerqueue_getnext(&group->events))) {

Completed in 189 milliseconds