Home
last modified time | relevance | path

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

/linux-6.15/net/xfrm/
H A Dxfrm_nat_keepalive.c146 time64_t next_run; member
155 time64_t next_run; in nat_keepalive_work_single() local
168 next_run = x->nat_keepalive_expiration; in nat_keepalive_work_single()
170 next_run = x->nat_keepalive_expiration; in nat_keepalive_work_single()
172 next_run = ctx->now + interval; in nat_keepalive_work_single()
182 if (!ctx->next_run || next_run < ctx->next_run) in nat_keepalive_work_single()
183 ctx->next_run = next_run; in nat_keepalive_work_single()
193 ctx.next_run = 0; in nat_keepalive_work()
200 if (ctx.next_run) in nat_keepalive_work()
202 (ctx.next_run - ctx.now) * HZ); in nat_keepalive_work()
/linux-6.15/net/netfilter/
H A Dnf_conntrack_core.c1505 unsigned long next_run; in gc_worker() local
1521 next_run = gc_work->avg_timeout; in gc_worker()
1551 gc_work->avg_timeout = next_run; in gc_worker()
1569 next_run += expires; in gc_worker()
1609 gc_work->avg_timeout = next_run; in gc_worker()
1612 next_run = 0; in gc_worker()
1619 next_run = clamp(next_run, GC_SCAN_INTERVAL_MIN, GC_SCAN_INTERVAL_MAX); in gc_worker()
1622 if (next_run > (unsigned long)delta_time) in gc_worker()
1623 next_run -= delta_time; in gc_worker()
1625 next_run = 1; in gc_worker()
[all …]
/linux-6.15/net/netfilter/ipset/
H A Dip_set_hash_gen.h564 unsigned int next_run; in mtype_gc() local
578 next_run = (IPSET_GC_PERIOD(set->timeout) * HZ) / numof_locks; in mtype_gc()
579 if (next_run < HZ/10) in mtype_gc()
580 next_run = HZ/10; in mtype_gc()
590 queue_delayed_work(system_power_efficient_wq, &gc->dwork, next_run); in mtype_gc()
/linux-6.15/fs/ntfs3/
H A Dindex.c396 next_run: in scan_nres_bitmap()
456 goto next_run; in scan_nres_bitmap()