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

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c173 * 4) Calls tl_close_finish_ser() within the serializer and waits for it to
176 * tl_close_finish_ser() Finishes the close process and wakes up waiting
895 static void tl_close_finish_ser(mblk_t *, tl_endpt_t *);
1607 tl_serializer_enter(tep, tl_close_finish_ser, &tep->te_closemp);
1686 tl_close_finish_ser(mblk_t *mp, tl_endpt_t *tep) function
3527 * 1) The client has already entered tl_close_finish_ser() and sent
3532 * tl_close_finish_ser() yet. In this case, the client is already

Completed in 101 milliseconds