Searched refs:this_timer (Results 1 – 1 of 1) sorted by relevance
548 unsigned long this_timer = f->updated + delay; in br_fdb_cleanup() local553 if (time_after(this_timer, now)) in br_fdb_cleanup()555 this_timer - now); in br_fdb_cleanup()563 if (time_after(this_timer, now)) { in br_fdb_cleanup()564 work_delay = min(work_delay, this_timer - now); in br_fdb_cleanup()
Completed in 12 milliseconds