Searched refs:PROC_PROFUNLOCK (Results 1 – 2 of 2) sorted by relevance
430 PROC_PROFUNLOCK(p); in sys_profil()468 PROC_PROFUNLOCK(td->td_proc); in addupc_intr()472 PROC_PROFUNLOCK(td->td_proc); in addupc_intr()508 PROC_PROFUNLOCK(p); in addupc_task()513 PROC_PROFUNLOCK(p); in addupc_task()
715 #define PROC_PROFUNLOCK(p) mtx_unlock_spin(&(p)->p_profmtx) macro