Searched refs:p_sc_lock (Results 1 – 2 of 2) sorted by relevance
160 mutex_enter(&p->p_sc_lock); in schedctl_lwp_cleanup()166 mutex_exit(&p->p_sc_lock); in schedctl_lwp_cleanup()248 mutex_enter(&pp->p_sc_lock); in schedctl_fork()251 mutex_exit(&pp->p_sc_lock); in schedctl_fork()479 mutex_enter(&p->p_sc_lock); in schedctl_shared_alloc()501 mutex_exit(&p->p_sc_lock); in schedctl_shared_alloc()506 mutex_exit(&p->p_sc_lock); in schedctl_shared_alloc()543 mutex_exit(&p->p_sc_lock); in schedctl_shared_alloc()563 ASSERT(MUTEX_HELD(&p->p_sc_lock)); in schedctl_page_lookup()
318 kmutex_t p_sc_lock; /* protects p_pagep */ member