Searched refs:debuglog_next_timeout (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/core/netsvc/
H A Ddebuglog.c22 zx_time_t debuglog_next_timeout = ZX_TIME_INFINITE; variable
66 debuglog_next_timeout = zx_clock_get_monotonic();
100 debuglog_next_timeout = zx_deadline_after(send_delay);
H A Dnetsvc.c103 zx_time_t next_timeout = (debuglog_next_timeout < tftp_next_timeout) ?
104 debuglog_next_timeout : tftp_next_timeout;
192 if (now > debuglog_next_timeout) {
H A Dnetsvc.h72 extern zx_time_t debuglog_next_timeout;

Completed in 73 milliseconds