Searched refs:hhh_refcount (Results 1 – 2 of 2) sorted by relevance
102 KASSERT(hhh->hhh_refcount > 0, ("hhook_head %p refcount is 0", hhh)); in hhook_run_hooks()214 refcount_acquire(&heads_to_hook[i]->hhh_refcount); in hhook_add_hook_lookup()224 refcount_release(&heads_to_hook[i]->hhh_refcount); in hhook_add_hook_lookup()236 refcount_release(&heads_to_hook[i]->hhh_refcount); in hhook_add_hook_lookup()318 refcount_init(&tmphhh->hhh_refcount, 1); in hhook_head_register()338 refcount_release(&tmphhh->hhh_refcount); in hhook_head_register()378 else if (hhh->hhh_refcount > 1) in hhook_head_deregister()425 refcount_acquire(&hhh->hhh_refcount); in hhook_head_get()438 refcount_release(&hhh->hhh_refcount); in hhook_head_release()
104 volatile uint32_t hhh_refcount; member