Home
last modified time | relevance | path

Searched refs:this_timer (Results 1 – 1 of 1) sorted by relevance

/linux/net/bridge/
H A Dbr_fdb.c558 unsigned long this_timer = READ_ONCE(f->updated) + delay; in br_fdb_cleanup() local
563 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()