Searched refs:next_timer (Results 1 - 1 of 1) sorted by relevance

/net/bridge/
H A Dbr_fdb.c176 unsigned long next_timer = jiffies + br->ageing_time; local
191 else if (time_before(this_timer, next_timer))
192 next_timer = this_timer;
197 mod_timer(&br->gc_timer, round_jiffies_up(next_timer));

Completed in 57 milliseconds