Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dtimod.c155 timeout_id_t tim_wtimoutid; member
455 ASSERT(tp->tim_wtimoutid); in tim_timer()
456 tp->tim_wtimoutid = 0; in tim_timer()
521 if (tp->tim_wtimoutid) { in timodclose()
522 (void) quntimeout(q, tp->tim_wtimoutid); in timodclose()
523 tp->tim_wtimoutid = 0; in timodclose()
2565 if (tp->tim_wtimoutid || tp->tim_wbufcid) in tim_recover()
2573 tp->tim_wtimoutid = tid; in tim_recover()
2597 if (tp->tim_wtimoutid || tp->tim_wbufcid) in tim_ioctl_retry()
2600 tp->tim_wtimoutid = qtimeout(RD(q), tim_timer, q, TIMIOCWAIT); in tim_ioctl_retry()