Searched refs:this_timer (Results 1 – 1 of 1) sorted by relevance
558 unsigned long this_timer = READ_ONCE(f->updated) + delay; in br_fdb_cleanup() local563 if (time_after(this_timer, now)) in br_fdb_cleanup()565 this_timer - now); in br_fdb_cleanup()573 if (time_after(this_timer, now)) { in br_fdb_cleanup()574 work_delay = min(work_delay, this_timer - now); in br_fdb_cleanup()