Home
last modified time | relevance | path

Searched refs:execsw_lock (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dexec.h187 extern kmutex_t execsw_lock;
/titanic_50/usr/src/uts/common/conf/
H A Dparam.c404 kmutex_t execsw_lock; /* Used for allocation of execsw entries */ variable
/titanic_50/usr/src/uts/common/os/
H A Dexec.c896 mutex_enter(&execsw_lock); in allocate_execsw()
911 mutex_exit(&execsw_lock); in allocate_execsw()
915 mutex_exit(&execsw_lock); in allocate_execsw()