Searched refs:hhh_refcount (Results 1 – 2 of 2) sorted by relevance
99 KASSERT(hhh->hhh_refcount > 0, ("hhook_head %p refcount is 0", hhh)); in hhook_run_hooks()211 refcount_acquire(&heads_to_hook[i]->hhh_refcount); in hhook_add_hook_lookup()221 refcount_release(&heads_to_hook[i]->hhh_refcount); in hhook_add_hook_lookup()233 refcount_release(&heads_to_hook[i]->hhh_refcount); in hhook_add_hook_lookup()315 refcount_init(&tmphhh->hhh_refcount, 1); in hhook_head_register()335 refcount_release(&tmphhh->hhh_refcount); in hhook_head_register()375 else if (hhh->hhh_refcount > 1) in hhook_head_deregister()422 refcount_acquire(&hhh->hhh_refcount); in hhook_head_get()435 refcount_release(&hhh->hhh_refcount); in hhook_head_release()
102 volatile uint32_t hhh_refcount; member