Searched refs:cr_act_refs (Results 1 – 2 of 2) sorted by relevance
337 cr->cr_act_refs = 0; in chipc_alloc_region()489 if (cr->cr_act_refs == 0) { in chipc_retain_region()502 cr->cr_act_refs++; in chipc_retain_region()530 KASSERT(cr->cr_act_refs > 0, ("RF_ACTIVE over-released")); in chipc_release_region()531 KASSERT(cr->cr_act_refs <= cr->cr_refs, in chipc_release_region()535 if (cr->cr_act_refs == 1) { in chipc_release_region()542 cr->cr_act_refs--; in chipc_release_region()
105 u_int cr_act_refs; /**< RF_ACTIVE refcount */ member