Lines Matching full:list
24 /* hard timer list */
36 /* soft timer list */
100 /* initialize timer list */ in _rt_timer_init()
146 rt_list_t *list; in rt_timer_dump() local
148 for (list = timer_heads[RT_TIMER_SKIP_LIST_LEVEL - 1].next; in rt_timer_dump()
149 list != &timer_heads[RT_TIMER_SKIP_LIST_LEVEL - 1]; in rt_timer_dump()
150 list = list->next) in rt_timer_dump()
152 struct rt_timer *timer = rt_list_entry(list, in rt_timer_dump()
311 /* remove timer from list */ in rt_timer_start()
332 /* insert timer to soft timer list */ in rt_timer_start()
338 /* insert timer to system timer list */ in rt_timer_start()
357 * list. in rt_timer_start()
373 * well on distributing the list height uniformly. By means of "very very in rt_timer_start()
489 * This function will check timer list, if a timeout event happens, the
520 /* remove timer from timer list firstly */ in rt_timer_check()
567 * This function will check timer list, if a timeout event happens, the
599 /* remove timer from timer list firstly */ in rt_soft_timer_check()