Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_prof.c432 PROC_PROFUNLOCK(p); in sys_profil()
470 PROC_PROFUNLOCK(td->td_proc); in addupc_intr()
474 PROC_PROFUNLOCK(td->td_proc); in addupc_intr()
510 PROC_PROFUNLOCK(p); in addupc_task()
515 PROC_PROFUNLOCK(p); in addupc_task()
/f-stack/freebsd/sys/
H A Dproc.h740 #define PROC_PROFUNLOCK(p) mtx_unlock_spin(&(p)->p_profmtx) macro