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

/opensolaris-onvv-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;
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c2381 * re-started. Note that the method of calculating next_timeout isn't
2399 time_t next_timeout = 0; local
2433 if (next_timeout == 0 ||
2434 frag_timeout < next_timeout) {
2435 next_timeout = frag_timeout;
2539 return (next_timeout);

Completed in 78 milliseconds