Searched refs:xa_active_limit (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd_xbuf.c122 xap->xa_active_limit = active_limit;
123 xap->xa_active_lowater = xap->xa_active_limit / 2;
284 if (xap->xa_active_limit != 0) {
320 if ((xap->xa_active_limit == 0) ||
363 if ((xap->xa_active_limit == 0) ||
417 if ((xap->xa_active_limit != 0) &&
418 (xap->xa_active_count >= xap->xa_active_limit)) {
492 * Always run the counter. It's used/needed when xa_active_limit
H A Dsd_xbuf.h83 uint32_t xa_active_limit; member in struct:__ddi_xbuf_attr
/illumos-gate/usr/src/cmd/mdb/common/modules/sd/
H A Dsd.c51 uint32_t xa_active_limit; member in struct:__ddi_xbuf_attr
232 mem_addr + offsetof(struct __ddi_xbuf_attr, xa_active_limit));
235 xba_ptr->xa_active_limit, xba_ptr->xa_active_count,

Completed in 57 milliseconds