Home
last modified time | relevance | path

Searched refs:hhh_lock (Results 1 – 2 of 2) 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")
83 #define HHH_LOCK_DESTROY(hhh) rm_destroy(&(hhh)->hhh_lock)
84 #define HHH_WLOCK(hhh) rm_wlock(&(hhh)->hhh_lock)
85 #define HHH_WUNLOCK(hhh) rm_wunlock(&(hhh)->hhh_lock)
86 #define HHH_RLOCK(hhh, rmpt) rm_rlock(&(hhh)->hhh_lock, (rmpt))
87 #define HHH_RUNLOCK(hhh, rmpt) rm_runlock(&(hhh)->hhh_lock, (rmpt))
/freebsd/sys/sys/
H A Dhhook.h96 struct rmlock hhh_lock; member