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

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c209 * Functions called from the tl_wsrv() sometimes may call putbq(). To
214 * The tl_wsrv() function enters serializer synchronously and waits for it to
434 static void tl_wsrv(queue_t *);
652 uint8_t te_wsrv_active; /* Running in tl_wsrv() */
722 (int (*)())tl_wsrv, /* qi_srvp */
1988 * synchronously. It is possible that by the time tl_wsrv() wakes up, some new
1989 * messages that need processing may have arrived, so tl_wsrv repeats until
1993 tl_wsrv(queue_t *wq) function
2019 * May be called either from tl_wsrv() or from tl_close() in which case ser_mp
2035 * If ser_mp is specified, the caller is tl_wsrv()
[all...]

Completed in 64 milliseconds