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

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c636 timeout_id_t te_timoutid; /* outstanding timeout id */ member in struct:tl_endpt
1227 ASSERT(tep->te_timoutid == 0);
1585 if (tep->te_timoutid) {
1586 (void) quntimeout(rq, tep->te_timoutid);
1587 tep->te_timoutid = 0;
6210 tep->te_timoutid = 0;
6254 if (tep->te_bufcid || tep->te_timoutid) {
6261 tep->te_timoutid = qtimeout(wq, tl_timer, wq,

Completed in 53 milliseconds