Lines Matching refs:outfill_timer
772 timer_setup(&sl->outfill_timer, sl_outfill, 0);
844 sl->outfill_timer.expires = jiffies + sl->outfill * HZ;
845 add_timer(&sl->outfill_timer);
903 del_timer_sync(&sl->outfill_timer);
1162 mod_timer(&sl->outfill_timer,
1166 del_timer(&sl->outfill_timer);
1235 mod_timer(&sl->outfill_timer,
1239 del_timer(&sl->outfill_timer);
1382 struct slip *sl = from_timer(sl, t, outfill_timer);
1405 mod_timer(&sl->outfill_timer, jiffies+sl->outfill*HZ);
1425 (void)del_timer(&sl->outfill_timer);