Home
last modified time | relevance | path

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

/drivers/net/slip/
Dslip.c777 init_timer(&sl->outfill_timer);
778 sl->outfill_timer.data = (unsigned long)sl;
779 sl->outfill_timer.function = sl_outfill;
851 sl->outfill_timer.expires = jiffies + sl->outfill * HZ;
852 add_timer(&sl->outfill_timer);
909 del_timer_sync(&sl->outfill_timer);
1168 mod_timer(&sl->outfill_timer,
1172 del_timer(&sl->outfill_timer);
1258 mod_timer(&sl->outfill_timer,
1262 del_timer(&sl->outfill_timer);
[all …]
Dslip.h95 struct timer_list outfill_timer; member