Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dschedctl.c167 mutex_enter(&p->p_sc_lock); in schedctl_lwp_cleanup()
173 mutex_exit(&p->p_sc_lock); in schedctl_lwp_cleanup()
260 mutex_enter(&pp->p_sc_lock); in schedctl_fork()
263 mutex_exit(&pp->p_sc_lock); in schedctl_fork()
496 mutex_enter(&p->p_sc_lock); in schedctl_shared_alloc()
518 mutex_exit(&p->p_sc_lock); in schedctl_shared_alloc()
523 mutex_exit(&p->p_sc_lock); in schedctl_shared_alloc()
560 mutex_exit(&p->p_sc_lock); in schedctl_shared_alloc()
580 ASSERT(MUTEX_HELD(&p->p_sc_lock)); in schedctl_page_lookup()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h327 kmutex_t p_sc_lock; /* protects p_pagep */ member