Searched refs:lv_refcnt (Results 1 – 1 of 1) sorted by relevance
241 uint_t lv_refcnt; /* number of holds on struct */ member307 ASSERT(lvp->lv_refcnt == 0); in lib_va_free()343 lvp->lv_refcnt++; in lib_va_find()356 if (del->lv_refcnt) { in lib_va_find()365 ASSERT(del->lv_refcnt == 0); in lib_va_find()441 if (del->lv_refcnt) { in lib_va_add_hash()462 lvp->lv_refcnt = 1; in lib_va_add_hash()486 ASSERT(del->lv_refcnt == 0); in lib_va_add_hash()504 ASSERT(lvp->lv_refcnt > 0); in lib_va_release()508 if (--lvp->lv_refcnt == 0 && (lvp->lv_flags & LV_DEL)) { in lib_va_release()