Lines Matching refs:current_time
94 u_long current_time; /* seconds since startup */ variable
202 current_time = 0; in init_timer()
289 worker_idle_timer = current_time + seconds; in intres_timeout_req()
309 current_time++; in timer()
310 if (adjust_timer <= current_time) { in timer()
338 if (p->nextdate <= current_time) { in timer()
363 if (sys_peer == NULL && current_time > orphwait) { in timer()
397 if (leapsec > LSPROX_NOWARN || 0 == (current_time & 7)) in timer()
414 if (huffpuff_timer <= current_time) { in timer()
423 if (keys_timer <= current_time) { in timer()
432 if (revoke_timer && revoke_timer <= current_time) { in timer()
441 if (interface_interval && interface_timer <= current_time) { in timer()
442 timer_interfacetimeout(current_time + in timer()
448 if (worker_idle_timer && worker_idle_timer <= current_time) in timer()
455 if (stats_timer <= current_time) { in timer()
458 if (leapf_timer <= current_time) { in timer()
526 timer_timereset = current_time; in timer_clr_stats()