Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_hhook.c86 #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
97 struct rm_priotracker rmpt; in hhook_run_hooks() local
101 HHH_RLOCK(hhh, &rmpt); in hhook_run_hooks()
123 HHH_RUNLOCK(hhh, &rmpt); in hhook_run_hooks()