Searched refs:next_timeout (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_timeout.c308 hrtime_t next_timeout; local
332 next_timeout = sip_schedule_to_functions();
341 delta = next_timeout - current_time;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c2385 * re-started. Note that the method of calculating next_timeout isn't
2403 time_t next_timeout = 0; local
2437 if (next_timeout == 0 ||
2438 frag_timeout < next_timeout) {
2439 next_timeout = frag_timeout;
2543 return (next_timeout);

Completed in 119 milliseconds