Home
last modified time | relevance | path

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

/Linux-v5.10/net/netfilter/ipset/
Dip_set_hash_gen.h593 unsigned int next_run; in mtype_gc() local
607 next_run = (IPSET_GC_PERIOD(set->timeout) * HZ) / numof_locks; in mtype_gc()
608 if (next_run < HZ/10) in mtype_gc()
609 next_run = HZ/10; in mtype_gc()
619 queue_delayed_work(system_power_efficient_wq, &gc->dwork, next_run); in mtype_gc()
/Linux-v5.10/net/netfilter/
Dnf_conntrack_core.c1354 unsigned long next_run; in gc_worker() local
1457 next_run = gc_work->next_gc_run; in gc_worker()
1460 queue_delayed_work(system_power_efficient_wq, &gc_work->dwork, next_run); in gc_worker()