Searched refs:xbuf_tq (Results 1 – 2 of 2) sorted by relevance
71 static taskq_t *xbuf_tq = NULL; variable130 ASSERT(xbuf_tq == NULL); in _NOTE()137 xbuf_tq = taskq_create("xbuf_taskq", ncpus, in _NOTE()145 xap->xa_tq = xbuf_tq; in _NOTE()169 ASSERT((xbuf_refcount != 0) && (xbuf_tq != NULL)); in ddi_xbuf_attr_destroy()172 taskq_destroy(xbuf_tq); in ddi_xbuf_attr_destroy()173 xbuf_tq = NULL; in ddi_xbuf_attr_destroy()
59 #define xbuf_tq ssd_xbuf_tq macro