Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dexec.h193 extern kmutex_t execsw_lock;
/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c389 kmutex_t execsw_lock; /* Used for allocation of execsw entries */ variable
/illumos-gate/usr/src/uts/common/os/
H A Dexec.c1009 mutex_enter(&execsw_lock); in allocate_execsw()
1024 mutex_exit(&execsw_lock); in allocate_execsw()
1028 mutex_exit(&execsw_lock); in allocate_execsw()