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

/illumos-gate/usr/src/uts/common/sys/
H A Dserializer.h54 extern void serializer_enter(serializer_t *, srproc_t, mblk_t *, void *);
/illumos-gate/usr/src/uts/common/os/
H A Dserializer.c47 * serializer_enter(serializer, proc, mblk, arg);
90 * serializer_enter() is limited by `serializer_credit' value. After the credit
91 * is expired serializer_enter() schedules a taskq request to continue draining.
93 * is possible that another serializer_enter() will drain the serializer before
254 serializer_enter(serializer_t *s, srproc_t proc, mblk_t *mp, void *arg) function
/illumos-gate/usr/src/uts/common/io/
H A Dtl.c69 * serializer_enter(serializer, foo, mp1, arg1); and another thread calls
70 * serializer_enter(serializer, bar, mp2, arg1); then (depending on which one
1292 serializer_enter(tep->te_serializer, (srproc_t *)tlproc, mp, tep);

Completed in 131 milliseconds