Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/slip/
Dslip.c767 timer_setup(&sl->outfill_timer, sl_outfill, 0);
839 sl->outfill_timer.expires = jiffies + sl->outfill * HZ;
840 add_timer(&sl->outfill_timer);
892 del_timer_sync(&sl->outfill_timer);
1151 mod_timer(&sl->outfill_timer,
1155 del_timer(&sl->outfill_timer);
1241 mod_timer(&sl->outfill_timer,
1245 del_timer(&sl->outfill_timer);
1393 struct slip *sl = from_timer(sl, t, outfill_timer);
1416 mod_timer(&sl->outfill_timer, jiffies+sl->outfill*HZ);
[all …]
Dslip.h96 struct timer_list outfill_timer; member