Home
last modified time | relevance | path

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

/net/bridge/
Dbr_fdb.c320 unsigned long work_delay = delay; in br_fdb_cleanup() local
341 work_delay = min(work_delay, this_timer - now); in br_fdb_cleanup()
350 work_delay = max_t(unsigned long, work_delay, msecs_to_jiffies(10)); in br_fdb_cleanup()
351 mod_delayed_work(system_long_wq, &br->gc_work, work_delay); in br_fdb_cleanup()