Lines Matching defs:timers
192 struct timer_head timers;
273 timer_stop(&rs->timers, Timer_Rtr_Expire);
1143 timer_set(&rs->timers, Timer_Rtr_Retry,
1146 timer_set(&rs->timers, Timer_Rtr_Retry, rs->retry);
1167 timer_set(&rs->timers, Timer_Rtr_Retry, rs->retry);
1180 timer_stop(&rs->timers, Timer_Rtr_Retry);
1189 timer_set(&rs->timers, Timer_Rtr_Refresh,
1207 timer_stop(&rs->timers, Timer_Rtr_Refresh);
1208 timer_stop(&rs->timers, Timer_Rtr_Retry);
1209 timer_set(&rs->timers, Timer_Rtr_Active, rs->active);
1215 /* start refresh and expire timers */
1216 timer_set(&rs->timers, Timer_Rtr_Refresh, rs->refresh);
1217 timer_set(&rs->timers, Timer_Rtr_Expire, rs->expire);
1218 timer_stop(&rs->timers, Timer_Rtr_Active);
1234 timer_set(&rs->timers, Timer_Rtr_Retry,
1239 timer_set(&rs->timers, Timer_Rtr_Retry, rs->retry);
1241 timer_stop(&rs->timers, Timer_Rtr_Refresh);
1328 /* run all timers */
1331 if ((t = timer_nextisdue(&rs->timers, now)) != NULL) {
1333 timer_stop(&rs->timers, t->type);
1378 if ((nextaction = timer_nextduein(&rs->timers, now)) != -1 &&
1412 TAILQ_INIT(&rs->timers);
1430 timer_set(&rs->timers, Timer_Rtr_Expire, rs->expire);
1458 timer_remove_all(&rs->timers);
1574 if (!timer_running(&rs->timers, i, &d))