Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_thread.c280 mutex_enter(&EMLXS_SPAWN_LOCK); in emlxs_thread()
295 mutex_exit(&EMLXS_SPAWN_LOCK); in emlxs_thread()
542 mutex_enter(&EMLXS_SPAWN_LOCK); in emlxs_thread_spawn()
546 mutex_exit(&EMLXS_SPAWN_LOCK); in emlxs_thread_spawn()
563 mutex_exit(&EMLXS_SPAWN_LOCK); in emlxs_thread_spawn()
574 mutex_enter(&EMLXS_SPAWN_LOCK); in emlxs_thread_spawn_create()
576 mutex_exit(&EMLXS_SPAWN_LOCK); in emlxs_thread_spawn_create()
584 mutex_exit(&EMLXS_SPAWN_LOCK); in emlxs_thread_spawn_create()
594 mutex_enter(&EMLXS_SPAWN_LOCK); in emlxs_thread_spawn_destroy()
596 mutex_exit(&EMLXS_SPAWN_LOCK); in emlxs_thread_spawn_destroy()
[all …]
H A Demlxs_solaris.c6236 mutex_init(&EMLXS_SPAWN_LOCK, NULL, MUTEX_DRIVER, in emlxs_lock_init()
6303 mutex_destroy(&EMLXS_SPAWN_LOCK); in emlxs_lock_destroy()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2211 #define EMLXS_SPAWN_LOCK hba->spawn_lock /* spawn lock */ macro