Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c633 uint8_t te_closing; /* The endpoint started closing */ member
1299 tep->te_closing = 0; in tl_free()
1457 if (!tep->te_closing) { in tl_noclose()
1628 tep->te_closing = B_TRUE; in tl_close()
1714 ASSERT(tep->te_closing); in tl_close_ser()
1739 if ((peer_tep != NULL) && !peer_tep->te_closing) in tl_close_ser()
1760 ASSERT(tep->te_closing); in tl_close_finish_ser()
1968 if (tep->te_closing) { in tl_putq_ser()
2025 !peer_tep->te_closing && in tl_wput_data_ser()
2034 (canputnext(peer_rq) || tep->te_closing)) { in tl_wput_data_ser()
[all …]