Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDsubr_prof.c424 PROC_PROFLOCK(p); in sys_profil()
469 PROC_PROFLOCK(td->td_proc); in addupc_intr()
512 PROC_PROFLOCK(p); in addupc_task()
/NextBSD/sys/sys/
HDproc.h667 #define PROC_PROFLOCK(p) mtx_lock_spin(&(p)->p_profmtx) macro