Searched refs:outfill_timer (Results 1 – 2 of 2) sorted by relevance
776 timer_setup(&sl->outfill_timer, sl_outfill, 0);848 sl->outfill_timer.expires = jiffies + sl->outfill * HZ;849 add_timer(&sl->outfill_timer);907 timer_delete_sync(&sl->outfill_timer);1165 mod_timer(&sl->outfill_timer,1169 timer_delete(&sl->outfill_timer);1238 mod_timer(&sl->outfill_timer,1242 timer_delete(&sl->outfill_timer);1384 struct slip *sl = timer_container_of(sl, t, outfill_timer);1407 mod_timer(&sl->outfill_timer, jiffies+sl->outfill*HZ);[all …]
98 struct timer_list outfill_timer; member