Searched refs:timer_list (Results 1 – 1 of 1) sorted by relevance
72 static struct ril_event timer_list; variable163 struct ril_event * tev = timer_list.next; in processTimeouts()170 while ((tev != &timer_list) && (timercmp(&now, &tev->timeout, >))) { in processTimeouts()217 struct ril_event * tev = timer_list.next; in calcNextTimeout()223 if (tev == &timer_list) { in calcNextTimeout()246 init_list(&timer_list); in ril_event_init()294 list = timer_list.next; in ril_timer_add()303 && (list != &timer_list)) { in ril_timer_add()