Lines Matching defs:tl_close_ser
160 * 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)
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() is not