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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/
H A Dbr_fdb.c224 unsigned long next_timer = jiffies + br->forward_delay; local
257 } else if (this_timer < next_timer)
258 next_timer = this_timer;
265 mod_timer(&br->gc_timer, round_jiffies(next_timer + HZ/4));

Completed in 38 milliseconds