Home
last modified time | relevance | path

Searched refs:next_delay (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/io/scsi/impl/
H A Dscsi_watch.c658 clock_t next_delay = 0; in _NOTE() local
734 if (next_delay == 0) { in _NOTE()
735 next_delay = swr->swr_timeout; in _NOTE()
737 next_delay = min(swr->swr_timeout, next_delay); in _NOTE()
813 if (next_delay <= 0) { in _NOTE()
814 next_delay = onesec; in _NOTE()
817 next_delay = exit_delay; in _NOTE()
831 (void) cv_reltimedwait(&sw.sw_cv, &sw.sw_mutex, next_delay, in _NOTE()
841 last_delay = next_delay; in _NOTE()
842 next_delay = 0; in _NOTE()