Home
last modified time | relevance | path

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

/linux-5.19.10/net/netfilter/
Dnf_conntrack_core.c1469 unsigned long next_run; in gc_worker() local
1483 next_run = gc_work->avg_timeout; in gc_worker()
1517 gc_work->avg_timeout = next_run; in gc_worker()
1522 next_run = delta_time < (s32)GC_SCAN_INTERVAL_MAX; in gc_worker()
1533 next_run += expires; in gc_worker()
1534 next_run /= 2u; in gc_worker()
1574 gc_work->avg_timeout = next_run; in gc_worker()
1576 next_run = 0; in gc_worker()
1583 next_run = clamp(next_run, GC_SCAN_INTERVAL_MIN, GC_SCAN_INTERVAL_MAX); in gc_worker()
1586 if (next_run > (unsigned long)delta_time) in gc_worker()
[all …]
/linux-5.19.10/net/netfilter/ipset/
Dip_set_hash_gen.h575 unsigned int next_run; in mtype_gc() local
589 next_run = (IPSET_GC_PERIOD(set->timeout) * HZ) / numof_locks; in mtype_gc()
590 if (next_run < HZ/10) in mtype_gc()
591 next_run = HZ/10; in mtype_gc()
601 queue_delayed_work(system_power_efficient_wq, &gc->dwork, next_run); in mtype_gc()
/linux-5.19.10/fs/ntfs3/
Dindex.c396 next_run: in scan_nres_bitmap()
455 goto next_run; in scan_nres_bitmap()