Searched refs:lc_refcount (Results 1 – 2 of 2) sorted by relevance
80 refcount_acquire(&lc->lc_refcount); in loginclass_hold()87 if (refcount_release_if_not_last(&lc->lc_refcount)) in loginclass_free()91 if (!refcount_release(&lc->lc_refcount)) { in loginclass_free()152 refcount_init(&new_lc->lc_refcount, 1); in loginclass_find()
44 u_int lc_refcount; member