Lines Matching refs:ipa_refs
2989 ap->ipa_refs = 1;
3234 ap->ipa_refs = 1; /* from the hash table */
3237 prev->ipa_refs++;
3242 ap->ipa_refs++; /* caller's reference */
3258 ASSERT(ap->ipa_refs == 0);
3266 if (atomic_dec_32_nv(&(ap)->ipa_refs) != 0)
3277 * But we decrement ipa_refs here since we no longer have
3288 (void *)ap, ap->ipa_refs);
3289 ASSERT(ap->ipa_refs > 0);
3349 ASSERT(ap->ipa_refs > 0);
3351 if (ap->ipa_refs > 1)