Searched refs:p_profmtx (Results 1 – 3 of 3) sorted by relevance
630 struct mtx p_profmtx; /* Lock for the profiling */ member739 #define PROC_PROFLOCK(p) mtx_lock_spin(&(p)->p_profmtx)740 #define PROC_PROFUNLOCK(p) mtx_unlock_spin(&(p)->p_profmtx)741 #define PROC_PROFLOCK_ASSERT(p, type) mtx_assert(&(p)->p_profmtx, (type))
1223 mtx_init(&proc0.p_profmtx, "pprofl", NULL, MTX_SPIN); in mutex_init()
272 mtx_init(&p->p_profmtx, "pprofl", NULL, MTX_SPIN | MTX_NEW); in proc_init()