Lines Matching refs:outfill_timer
767 timer_setup(&sl->outfill_timer, sl_outfill, 0);
839 sl->outfill_timer.expires = jiffies + sl->outfill * HZ;
840 add_timer(&sl->outfill_timer);
893 del_timer_sync(&sl->outfill_timer);
1152 mod_timer(&sl->outfill_timer,
1156 del_timer(&sl->outfill_timer);
1221 mod_timer(&sl->outfill_timer,
1225 del_timer(&sl->outfill_timer);
1370 struct slip *sl = from_timer(sl, t, outfill_timer);
1393 mod_timer(&sl->outfill_timer, jiffies+sl->outfill*HZ);
1413 (void)del_timer(&sl->outfill_timer);