Lines Matching defs:hhh

82 #define	HHH_LOCK_INIT(hhh) rm_init(&(hhh)->hhh_lock, "hhook_head rm lock")  argument
83 #define HHH_LOCK_DESTROY(hhh) rm_destroy(&(hhh)->hhh_lock) argument
84 #define HHH_WLOCK(hhh) rm_wlock(&(hhh)->hhh_lock) argument
85 #define HHH_WUNLOCK(hhh) rm_wunlock(&(hhh)->hhh_lock) argument
86 #define HHH_RLOCK(hhh, rmpt) rm_rlock(&(hhh)->hhh_lock, (rmpt)) argument
87 #define HHH_RUNLOCK(hhh, rmpt) rm_runlock(&(hhh)->hhh_lock, (rmpt)) argument
93 hhook_run_hooks(struct hhook_head *hhh, void *ctx_data, struct osd *hosd) in hhook_run_hooks()
130 hhook_add_hook(struct hhook_head *hhh, const struct hookinfo *hki, uint32_t flags) in hhook_add_hook()
189 struct hhook_head **heads_to_hook, *hhh; in hhook_add_hook_lookup() local
245 hhook_remove_hook(struct hhook_head *hhh, const struct hookinfo *hki) in hhook_remove_hook()
274 struct hhook_head *hhh; in hhook_remove_hook_lookup() local
291 hhook_head_register(int32_t hhook_type, int32_t hhook_id, struct hhook_head **hhh, in hhook_head_register()
341 hhook_head_destroy(struct hhook_head *hhh) in hhook_head_destroy()
366 hhook_head_deregister(struct hhook_head *hhh) in hhook_head_deregister()
390 struct hhook_head *hhh; in hhook_head_deregister_lookup() local
409 struct hhook_head *hhh; in hhook_head_get() local
432 hhook_head_release(struct hhook_head *hhh) in hhook_head_release()
445 hhook_head_is_virtualised(struct hhook_head *hhh) in hhook_head_is_virtualised()
462 struct hhook_head *hhh; in hhook_head_is_virtualised_lookup() local
492 struct hhook_head *hhh, *tmphhh; in hhook_vnet_uninit() local