Home
last modified time | relevance | path

Searched refs:outfill_timer (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/slip/
Dslip.c770 init_timer(&sl->outfill_timer);
771 sl->outfill_timer.data = (unsigned long)sl;
772 sl->outfill_timer.function = sl_outfill;
844 sl->outfill_timer.expires = jiffies + sl->outfill * HZ;
845 add_timer(&sl->outfill_timer);
897 del_timer_sync(&sl->outfill_timer);
1156 mod_timer(&sl->outfill_timer,
1160 del_timer(&sl->outfill_timer);
1246 mod_timer(&sl->outfill_timer,
1250 del_timer(&sl->outfill_timer);
[all …]
Dslip.h95 struct timer_list outfill_timer; member