Home
last modified time | relevance | path

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

/net/bridge/
Dbr_fdb.c338 unsigned long work_delay = delay; in br_fdb_cleanup() local
353 work_delay = min(work_delay, this_timer - now); in br_fdb_cleanup()
364 work_delay = max_t(unsigned long, work_delay, msecs_to_jiffies(10)); in br_fdb_cleanup()
365 mod_delayed_work(system_long_wq, &br->gc_work, work_delay); in br_fdb_cleanup()