Searched refs:ippm_destruct_pending (Results 1 – 3 of 3) sorted by relevance
91 boolean_t ippm_destruct_pending; member
2109 if (imp->ippm_destruct_pending) { in get_mods()2249 imp->ippm_destruct_pending = B_FALSE; in alloc_mod()2325 imp->ippm_destruct_pending = B_TRUE; in free_mod()2368 if (imp->ippm_destruct_pending) { in hold_mod()2406 if (imp->ippm_destruct_pending && imp->ippm_hold_count == 0) { in rele_mod()3381 imp->ippm_destruct_pending = B_TRUE; in mod_constructor()3414 ASSERT(imp->ippm_destruct_pending); in mod_destructor()
406 (imp->ippm_destruct_pending) ? "TRUE" : "FALSE"); in mod_dump()