Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dschedctl.c160 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()
/titanic_41/usr/src/uts/common/sys/
H A Dproc.h318 kmutex_t p_sc_lock; /* protects p_pagep */ member