Searched defs:IS_CLTS (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c677 #define IS_CLTS(x) (((x)->te_flag & TL_TICLTS) != 0) macro
1652 if (tep->te_wq->q_first && (IS_CLTS(tep) || IS_COTSORD(tep))) {
1689 IMPLY(IS_CLTS(tep), tep->te_closewait == 0);
1733 if (IS_CLTS(tep)) {
1805 if (IS_CLTS(tep)) {
2090 if (IS_CLTS(tep) && tep->te_state == TS_IDLE) {
2136 if (IS_CLTS(tep)) {
2144 if (IS_CLTS(tep)) {
2152 if (IS_CLTS(tep)) {
2160 if (IS_CLTS(te
[all...]

Completed in 82 milliseconds