Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_core.c1461 unsigned long next_run; in gc_worker() local
1477 next_run = gc_work->avg_timeout; in gc_worker()
1513 gc_work->avg_timeout = next_run; in gc_worker()
1519 next_run = delta_time < (s32)GC_SCAN_INTERVAL_MAX; in gc_worker()
1530 expires = (expires - (long)next_run) / ++count; in gc_worker()
1531 next_run += expires; in gc_worker()
1571 gc_work->avg_timeout = next_run; in gc_worker()
1574 next_run = 0; in gc_worker()
1581 next_run = clamp(next_run, GC_SCAN_INTERVAL_MIN, GC_SCAN_INTERVAL_MAX); in gc_worker()
1584 if (next_run > (unsigned long)delta_time) in gc_worker()
[all …]
/openbmc/linux/net/netfilter/ipset/
H A Dip_set_hash_gen.h563 unsigned int next_run; in mtype_gc() local
577 next_run = (IPSET_GC_PERIOD(set->timeout) * HZ) / numof_locks; in mtype_gc()
578 if (next_run < HZ/10) in mtype_gc()
579 next_run = HZ/10; in mtype_gc()
589 queue_delayed_work(system_power_efficient_wq, &gc->dwork, next_run); in mtype_gc()
/openbmc/u-boot/drivers/video/
H A Dcfb_console.c1263 goto next_run; in display_rle8_bitmap()
1270 next_run: in display_rle8_bitmap()
/openbmc/linux/fs/ntfs3/
H A Dindex.c396 next_run: in scan_nres_bitmap()
456 goto next_run; in scan_nres_bitmap()