Searched refs:EMLXS_SPAWN_LOCK (Results 1 – 3 of 3) sorted by relevance
280 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 …]
6236 mutex_init(&EMLXS_SPAWN_LOCK, NULL, MUTEX_DRIVER, in emlxs_lock_init()6303 mutex_destroy(&EMLXS_SPAWN_LOCK); in emlxs_lock_destroy()
2211 #define EMLXS_SPAWN_LOCK hba->spawn_lock /* spawn lock */ macro