Home
last modified time | relevance | path

Searched refs:hhh_lock (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_hhook.c85 #define HHH_LOCK_INIT(hhh) rm_init(&(hhh)->hhh_lock, "hhook_head rm lock")
86 #define HHH_LOCK_DESTROY(hhh) rm_destroy(&(hhh)->hhh_lock)
87 #define HHH_WLOCK(hhh) rm_wlock(&(hhh)->hhh_lock)
88 #define HHH_WUNLOCK(hhh) rm_wunlock(&(hhh)->hhh_lock)
89 #define HHH_RLOCK(hhh, rmpt) rm_rlock(&(hhh)->hhh_lock, (rmpt))
90 #define HHH_RUNLOCK(hhh, rmpt) rm_runlock(&(hhh)->hhh_lock, (rmpt))
/f-stack/freebsd/sys/
H A Dhhook.h98 struct rmlock hhh_lock; member