Lines Matching refs:next_run
156 time64_t next_run;
165 time64_t next_run;
178 next_run = x->nat_keepalive_expiration;
180 next_run = x->nat_keepalive_expiration;
182 next_run = ctx->now + interval;
192 if (!ctx->next_run || next_run < ctx->next_run)
193 ctx->next_run = next_run;
203 ctx.next_run = 0;
210 if (ctx.next_run)
212 (ctx.next_run - ctx.now) * HZ);