Home
last modified time | relevance | path

Searched defs:hhh (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dkern_hhook.c82 #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()
[all …]
H A Dkern_khelp.c288 khelp_new_hhook_registered(struct hhook_head *hhh, uint32_t flags) in khelp_new_hhook_registered()
/freebsd/sys/sys/
H A Dhhook.h138 #define HHOOKS_RUN_IF(hhh, ctx_data, hosd) do { \ argument