Home
last modified time | relevance | path

Searched refs:ippa_hold_count (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/
H A Dipp_impl.h186 uint32_t ippa_hold_count; member
H A Dippconf.c3020 if (ap->ippa_hold_count == 0) { in free_action()
3072 atomic_inc_32(&(ap->ippa_hold_count)); in hold_action()
3089 ASSERT(ap->ippa_hold_count != 0); in rele_action()
3090 atomic_dec_32(&(ap->ippa_hold_count)); in rele_action()
3098 if (ap->ippa_destruct_pending && ap->ippa_hold_count == 0) { in rele_action()
3503 ASSERT(ap->ippa_hold_count == 0); in action_destructor()
/illumos-gate/usr/src/cmd/mdb/common/modules/ipp/
H A Dipp.c233 mdb_printf("%?s %20s = %d\n", "", "hold_count", ap->ippa_hold_count); in action_dump()