Home
last modified time | relevance | path

Searched refs:rmpt (Results 1 – 2 of 2) 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()
/freebsd/sys/security/mac_do/
H A Dmac_do.c1291 struct rm_priotracker rmpt; in find_conf() local
1293 rm_rlock(&mac_do_rml, &rmpt); in find_conf()
1295 rm_runlock(&mac_do_rml, &rmpt); in find_conf()