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

/illumos-gate/usr/src/uts/common/sys/
H A Dexec.h187 extern kmutex_t execsw_lock;
/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c404 kmutex_t execsw_lock; /* Used for allocation of execsw entries */ variable
/illumos-gate/usr/src/uts/common/os/
H A Dexec.c925 mutex_enter(&execsw_lock);
933 * don't need to hold the execsw_lock in
940 mutex_exit(&execsw_lock);
944 mutex_exit(&execsw_lock);

Completed in 49 milliseconds