Home | History | Annotate | Download | only in sys

Lines Matching refs:timer_queue

45     GKI_init_timer_list (&p_cb->timer_queue);
85 GKI_update_timer_list (&p_cb->timer_queue, GKI_TICKS_TO_MS (period_in_ticks));
90 while ((p_cb->timer_queue.p_first) && (p_cb->timer_queue.p_first->ticks <= 0))
93 p_tle = p_cb->timer_queue.p_first;
95 GKI_remove_from_timer_list (&p_cb->timer_queue, p_tle);
114 if (p_cb->timer_queue.p_first == NULL)
136 if (p_cb->timer_queue.p_first == NULL)
143 GKI_remove_from_timer_list (&p_cb->timer_queue, p_tle);
148 GKI_add_to_timer_list (&p_cb->timer_queue, p_tle);
164 GKI_remove_from_timer_list (&p_cb->timer_queue, p_tle);
167 if (p_cb->timer_queue.p_first == NULL)