Searched refs:next_run (Results 1 – 4 of 4) sorted by relevance
146 time64_t next_run; member155 time64_t next_run; in nat_keepalive_work_single() local168 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()
1505 unsigned long next_run; in gc_worker() local1521 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 …]
564 unsigned int next_run; in mtype_gc() local578 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()
396 next_run: in scan_nres_bitmap()456 goto next_run; in scan_nres_bitmap()