Home | History | Annotate | Download | only in libril

Lines Matching refs:tev

164     struct ril_event * tev = timer_list.next;
171 while ((tev != &timer_list) && (timercmp(&now, &tev->timeout, >))) {
174 next = tev->next;
175 removeFromList(tev);
176 addToList(tev, &pending_list);
177 tev = next;
218 struct ril_event * tev = timer_list.next;
224 if (tev == &timer_list) {
231 (int)tev->timeout.tv_sec, (int)tev->timeout.tv_usec);
232 if (timercmp(&tev->timeout, &now, >)) {
233 timersub(&tev->timeout, &now, tv);