Searched refs:outfill_timer (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/slip/ |
H A D | slip.c | 771 timer_setup(&sl->outfill_timer, sl_outfill, 0); 843 sl->outfill_timer.expires = jiffies + sl->outfill * HZ; 844 add_timer(&sl->outfill_timer); 902 del_timer_sync(&sl->outfill_timer); 1161 mod_timer(&sl->outfill_timer, 1165 del_timer(&sl->outfill_timer); 1230 mod_timer(&sl->outfill_timer, 1234 del_timer(&sl->outfill_timer); 1379 struct slip *sl = from_timer(sl, t, outfill_timer); 1402 mod_timer(&sl->outfill_timer, jiffie [all...] |
H A D | slip.h | 96 struct timer_list outfill_timer; member
|
/kernel/linux/linux-6.6/drivers/net/slip/ |
H A D | slip.c | 772 timer_setup(&sl->outfill_timer, sl_outfill, 0); 844 sl->outfill_timer.expires = jiffies + sl->outfill * HZ; 845 add_timer(&sl->outfill_timer); 903 del_timer_sync(&sl->outfill_timer); 1161 mod_timer(&sl->outfill_timer, 1165 del_timer(&sl->outfill_timer); 1234 mod_timer(&sl->outfill_timer, 1238 del_timer(&sl->outfill_timer); 1381 struct slip *sl = from_timer(sl, t, outfill_timer); 1404 mod_timer(&sl->outfill_timer, jiffie [all...] |
H A D | slip.h | 98 struct timer_list outfill_timer; member
|
Completed in 4 milliseconds