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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd_xbuf.c76 static uint32_t xbuf_refcount = 0; variable
129 if (xbuf_refcount == 0) {
141 xbuf_refcount++;
169 ASSERT((xbuf_refcount != 0) && (xbuf_tq != NULL));
170 xbuf_refcount--;
171 if (xbuf_refcount == 0) {
H A Dsd_xbuf.h63 #define xbuf_refcount ssd_xbuf_refcount macro

Completed in 57 milliseconds