Home | History | Annotate | Download | only in sys

Lines Matching refs:timer_queue

43     GKI_init_timer_list(&p_cb->timer_queue);
83 GKI_update_timer_list(&p_cb->timer_queue, GKI_TICKS_TO_MS(period_in_ticks));
88 while((p_cb->timer_queue.p_first) && (p_cb->timer_queue.p_first->ticks <= 0))
91 p_tle = p_cb->timer_queue.p_first;
92 GKI_remove_from_timer_list(&p_cb->timer_queue, p_tle);
111 if (p_cb->timer_queue.p_first == NULL)
130 if (p_cb->timer_queue.p_first == NULL)
136 GKI_remove_from_timer_list(&p_cb->timer_queue, p_tle);
141 GKI_add_to_timer_list(&p_cb->timer_queue, p_tle);
155 GKI_remove_from_timer_list (&p_cb->timer_queue, p_tle);
158 if (p_cb->timer_queue.p_first == NULL)