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 in struct:tim_tim
455 ASSERT(tp->tim_wtimoutid);
456 tp->tim_wtimoutid = 0;
521 if (tp->tim_wtimoutid) {
522 (void) quntimeout(q, tp->tim_wtimoutid);
523 tp->tim_wtimoutid = 0;
2561 if (tp->tim_wtimoutid || tp->tim_wbufcid)
2569 tp->tim_wtimoutid = tid;
2593 if (tp->tim_wtimoutid || tp->tim_wbufcid)
2596 tp->tim_wtimoutid
[all...]

Completed in 60 milliseconds