Lines Matching refs:hhook_head

62 LIST_HEAD(hhookheadhead, hhook_head);
75 static void hhook_head_destroy(struct hhook_head *hhh);
76 void khelp_new_hhook_registered(struct hhook_head *hhh, uint32_t flags);
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()
200 heads_to_hook = malloc(n_heads_to_hook * sizeof(struct hhook_head *), in hhook_add_hook_lookup()
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()
291 hhook_head_register(int32_t hhook_type, int32_t hhook_id, struct hhook_head **hhh, in hhook_head_register()
294 struct hhook_head *tmphhh; in hhook_head_register()
304 tmphhh = malloc(sizeof(struct hhook_head), M_HHOOK, 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()
406 struct hhook_head *
409 struct hhook_head *hhh; in hhook_head_get()
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()
492 struct hhook_head *hhh, *tmphhh; in hhook_vnet_uninit()