Lines Matching defs:timer
47 /* indicates no timer in use */
59 * @timer: timer governing period between requests
70 struct timer_list timer;
282 mod_timer(&d->timer, jiffies + d->timer_intv);
288 * Called whenever a link setup request timer associated with a bearer expires.
295 struct tipc_discoverer *d = from_timer(d, t, timer);
312 mod_timer(&d->timer, jiffies + TIPC_DISC_INIT);
331 mod_timer(&d->timer, jiffies + d->timer_intv);
378 timer_setup(&d->timer, tipc_disc_timeout, 0);
379 mod_timer(&d->timer, jiffies + d->timer_intv);
391 timer_shutdown_sync(&d->timer);
415 mod_timer(&d->timer, jiffies + d->timer_intv);