Searched refs:PROC_PROFLOCK (Results 1 – 2 of 2) sorted by relevance
80 PROC_PROFLOCK(p); in sys_profil()121 PROC_PROFLOCK(td->td_proc); in addupc_intr()158 PROC_PROFLOCK(p); in addupc_task()
802 #define PROC_PROFLOCK(p) mtx_lock_spin(&(p)->p_profmtx) macro