Searched refs:ippm_hold_count (Results 1 – 3 of 3) sorted by relevance
90 uint32_t ippm_hold_count; member
2326 if (imp->ippm_hold_count == 0) { in free_mod()2380 atomic_inc_32(&(imp->ippm_hold_count)); in hold_mod()2397 ASSERT(imp->ippm_hold_count != 0); in rele_mod()2398 atomic_dec_32(&(imp->ippm_hold_count)); in rele_mod()2406 if (imp->ippm_destruct_pending && imp->ippm_hold_count == 0) { in rele_mod()3417 ASSERT(imp->ippm_hold_count == 0); in mod_destructor()
404 mdb_printf("%?s %20s = %d\n", "", "hold_count", imp->ippm_hold_count); in mod_dump()