Searched refs:next_res_init (Results 1 – 1 of 1) sorted by relevance
181 time_t next_res_init; member193 static time_t next_res_init; variable906 worker_ctx->next_res_init = next_res_init; in reload_resolv_conf()908 if (worker_ctx->next_res_init <= time_now) { in reload_resolv_conf()909 if (worker_ctx->next_res_init != 0) in reload_resolv_conf()911 worker_ctx->next_res_init = time_now + 60; in reload_resolv_conf()913 next_res_init = worker_ctx->next_res_init; in reload_resolv_conf()1029 worker_ctx->next_res_init = now + 60; in scheduled_sleep()1030 next_res_init = worker_ctx->next_res_init; in scheduled_sleep()