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

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c160 * 2) Call tl_close_ser() within serializer and wait for it to complete.
169 * Note that in many cases close will execute tl_close_ser() synchronously,
894 static void tl_close_ser(mblk_t *, tl_endpt_t *);
1566 * tl_close_ser doesn't drop reference, so no need to tl_refhold.
1567 * It is safe because close will wait for tl_close_ser to finish.
1569 tl_serializer_enter(tep, tl_close_ser, &tep->te_closemp);
1640 tl_close_ser(mblk_t *mp, tl_endpt_t *tep) function
2036 * Otherwise, the caller is tl_close_ser(). Since tl_close_ser() doesn't
2039 * Also, there is no need to wakeup anyone since tl_close_ser() i
[all...]

Completed in 49 milliseconds