Searched refs:hhh_lock (Results 1 – 2 of 2) sorted by relevance
85 #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))
98 struct rmlock hhh_lock; member