Searched refs:PROC_PROFLOCK (Results 1 – 2 of 2) sorted by relevance
424 PROC_PROFLOCK(p); in sys_profil()469 PROC_PROFLOCK(td->td_proc); in addupc_intr()512 PROC_PROFLOCK(p); in addupc_task()
667 #define PROC_PROFLOCK(p) mtx_lock_spin(&(p)->p_profmtx) macro