Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mem.c676 mutex_enter(&EMLXS_MEMPUT_LOCK); in emlxs_mem_pool_create()
679 mutex_exit(&EMLXS_MEMPUT_LOCK); in emlxs_mem_pool_create()
715 mutex_exit(&EMLXS_MEMPUT_LOCK); in emlxs_mem_pool_create()
729 mutex_enter(&EMLXS_MEMPUT_LOCK); in emlxs_mem_pool_destroy()
732 mutex_exit(&EMLXS_MEMPUT_LOCK); in emlxs_mem_pool_destroy()
757 mutex_exit(&EMLXS_MEMPUT_LOCK); in emlxs_mem_pool_destroy()
774 mutex_enter(&EMLXS_MEMPUT_LOCK); in emlxs_mem_pool_clean()
777 mutex_exit(&EMLXS_MEMPUT_LOCK); in emlxs_mem_pool_clean()
848 mutex_exit(&EMLXS_MEMPUT_LOCK); in emlxs_mem_pool_clean()
873 mutex_enter(&EMLXS_MEMPUT_LOCK); in emlxs_mem_pool_get()
[all …]
H A Demlxs_solaris.c6212 mutex_init(&EMLXS_MEMPUT_LOCK, NULL, MUTEX_DRIVER, in emlxs_lock_init()
6288 mutex_destroy(&EMLXS_MEMPUT_LOCK); in emlxs_lock_destroy()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2175 #define EMLXS_MEMPUT_LOCK hba->memput_lock /* mempool put lock */ macro