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

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c93 * after an endpoint closed. The te_closing being set on the endpoint indicates
105 * During close the endpoint as marked as closing using te_closing flag. It is
106 * usually enough to check for te_closing flag since all other state changes
108 * after setting te_closing flag tl_close() enters serializer and waits until
110 * simply check te_closing without any locks.
159 * 1) Set te_closing.
644 uint8_t te_closing; /* The endpoint started closing */ member in struct:tl_endpt
1234 tep->te_closing = 0;
1392 if (! tep->te_closing) {
1556 tep->te_closing
[all...]

Completed in 53 milliseconds