Lines Matching refs:tv
649 struct timeval tv;
652 tv = tevent_timeval_current_ofs(5, 0);
653 to = tevent_add_timer(ctx->ev, ctx, tv, services_startup_timeout, ctx);
1735 struct timeval tv;
1737 gettimeofday(&tv, NULL);
1738 tv.tv_sec += CONFIG_FILE_POLL_INTERVAL;
1739 tv.tv_usec = 0;
1743 tv,
1937 struct timeval tv, void *data)
1946 tv = tevent_timeval_current_ofs(MISSING_RESOLV_CONF_POLL_TIME, 0);
1947 te = tevent_add_timer(ctx->ev, ctx, tv, missing_resolv_conf, ctx);
1963 struct timeval tv;
2042 tv = tevent_timeval_current_ofs(MISSING_RESOLV_CONF_POLL_TIME, 0);
2043 te = tevent_add_timer(ctx->ev, ctx, tv, missing_resolv_conf, ctx);
2168 struct timeval tv;
2187 tv = tevent_timeval_current_ofs(10, 0);
2189 mini->timeout = tevent_add_timer(ctx->ev, mini, tv, init_timeout, mini);
2244 struct timeval tv;
2248 tv = tevent_timeval_current();
2256 te = tevent_add_timer(svc->mt_ctx->ev, svc, tv,
2378 struct timeval tv;
2414 tv = tevent_timeval_current_ofs(restart_delay, 0);
2415 te = tevent_add_timer(svc->mt_ctx->ev, svc, tv, mt_svc_restart, svc);