Home
last modified time | relevance | path

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

/linux/net/netfilter/ipset/
A 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/net/netfilter/
A Dnf_conntrack_core.c1425 unsigned long next_run = GC_SCAN_INTERVAL; in gc_worker() local
1496 next_run = 0; in gc_worker()
1511 if (next_run) { in gc_worker()
1515 queue_delayed_work(system_power_efficient_wq, &gc_work->dwork, next_run); in gc_worker()
/linux/fs/ntfs3/
A Dindex.c396 next_run: in scan_nres_bitmap()
455 goto next_run; in scan_nres_bitmap()

Completed in 16 milliseconds