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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd_xbuf.c71 static taskq_t *xbuf_tq = NULL; variable
130 ASSERT(xbuf_tq == NULL);
137 xbuf_tq = taskq_create("xbuf_taskq", ncpus,
145 xap->xa_tq = xbuf_tq;
169 ASSERT((xbuf_refcount != 0) && (xbuf_tq != NULL));
172 taskq_destroy(xbuf_tq);
173 xbuf_tq = NULL;
H A Dsd_xbuf.h59 #define xbuf_tq ssd_xbuf_tq macro

Completed in 58 milliseconds