Searched refs:hhh_refcount (Results 1 – 2 of 2) sorted by relevance
100 KASSERT(hhh->hhh_refcount > 0, ("hhook_head %p refcount is 0", hhh)); in hhook_run_hooks()212 refcount_acquire(&heads_to_hook[i]->hhh_refcount); in hhook_add_hook_lookup()222 refcount_release(&heads_to_hook[i]->hhh_refcount); in hhook_add_hook_lookup()234 refcount_release(&heads_to_hook[i]->hhh_refcount); in hhook_add_hook_lookup()316 refcount_init(&tmphhh->hhh_refcount, 1); in hhook_head_register()336 refcount_release(&tmphhh->hhh_refcount); in hhook_head_register()376 else if (hhh->hhh_refcount > 1) in hhook_head_deregister()423 refcount_acquire(&hhh->hhh_refcount); in hhook_head_get()436 refcount_release(&hhh->hhh_refcount); in hhook_head_release()
102 volatile uint32_t hhh_refcount; member