Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dsubr_prof.c85 PROC_PROFUNLOCK(p); in sys_profil()
123 PROC_PROFUNLOCK(td->td_proc); in addupc_intr()
127 PROC_PROFUNLOCK(td->td_proc); in addupc_intr()
161 PROC_PROFUNLOCK(p); in addupc_task()
166 PROC_PROFUNLOCK(p); in addupc_task()
/freebsd-14.2/sys/sys/
H A Dproc.h801 #define PROC_PROFUNLOCK(p) mtx_unlock_spin(&(p)->p_profmtx) macro