Searched refs:timer_list (Results 1 – 1 of 1) sorted by relevance
72 static struct ril_event timer_list; variable164 struct ril_event * tev = timer_list.next; in processTimeouts()171 while ((tev != &timer_list) && (timercmp(&now, &tev->timeout, >))) { in processTimeouts()218 struct ril_event * tev = timer_list.next; in calcNextTimeout()224 if (tev == &timer_list) { in calcNextTimeout()247 init_list(&timer_list); in ril_event_init()295 list = timer_list.next; in ril_timer_add()304 && (list != &timer_list)) { in ril_timer_add()