Lines Matching refs:timers
110 static volatile struct xorg_list timers;
116 if (timers.next == &timers)
118 return xorg_list_first_entry(&timers, struct _OsTimerRec, list);
123 * any expired timers
141 /* time has rewound. reset the timers. */
263 xorg_list_for_each_entry(timer, &timers, list) {
334 xorg_list_for_each_entry(existing, &timers, list)
337 /* This even works at the end of the list -- existing->list will be timers */
394 xorg_list_init((struct xorg_list*) &timers);
397 xorg_list_for_each_entry_safe(timer, tmp, &timers, list) {