Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dtl.c643 uint8_t te_closing; /* The endpoint started closing */ member
1233 tep->te_closing = 0; in tl_free()
1391 if (! tep->te_closing) { in tl_noclose()
1555 tep->te_closing = B_TRUE; in tl_close()
1641 ASSERT(tep->te_closing); in tl_close_ser()
1666 if ((peer_tep != NULL) && !peer_tep->te_closing) in tl_close_ser()
1687 ASSERT(tep->te_closing); in tl_close_finish_ser()
1894 if (tep->te_closing) { in tl_putq_ser()
1951 !peer_tep->te_closing && in tl_wput_data_ser()
1959 (canputnext(peer_rq) || tep->te_closing)) { in tl_wput_data_ser()
[all …]