Searched refs:serializer_enter (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | serializer.h | 54 extern void serializer_enter(serializer_t *, srproc_t, mblk_t *, void *);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | serializer.c | 47 * 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 D | tl.c | 69 * 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 70 milliseconds