Searched refs:p_slock (Results 1 – 4 of 4) sorted by relevance
599 struct mtx p_slock; /* process spin lock */ member727 #define PROC_SLOCK(p) mtx_lock_spin(&(p)->p_slock)728 #define PROC_SUNLOCK(p) mtx_unlock_spin(&(p)->p_slock)729 #define PROC_SLOCK_ASSERT(p, type) mtx_assert(&(p)->p_slock, (type))
857 mtx_spin_wait_unlocked(&p->p_slock); in proc_reap()
1220 mtx_init(&proc0.p_slock, "process slock", NULL, MTX_SPIN); in mutex_init()
269 mtx_init(&p->p_slock, "process slock", NULL, MTX_SPIN | MTX_NEW); in proc_init()