Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mem.c712 mutex_enter(&EMLXS_MEMGET_LOCK); in emlxs_mem_pool_create()
717 mutex_exit(&EMLXS_MEMGET_LOCK); in emlxs_mem_pool_create()
753 mutex_exit(&EMLXS_MEMGET_LOCK); in emlxs_mem_pool_create()
765 mutex_enter(&EMLXS_MEMGET_LOCK); in emlxs_mem_pool_destroy()
770 mutex_exit(&EMLXS_MEMGET_LOCK); in emlxs_mem_pool_destroy()
795 mutex_exit(&EMLXS_MEMGET_LOCK); in emlxs_mem_pool_destroy()
810 mutex_enter(&EMLXS_MEMGET_LOCK); in emlxs_mem_pool_clean()
815 mutex_exit(&EMLXS_MEMGET_LOCK); in emlxs_mem_pool_clean()
886 mutex_exit(&EMLXS_MEMGET_LOCK); in emlxs_mem_pool_clean()
900 mutex_enter(&EMLXS_MEMGET_LOCK); in emlxs_mem_pool_get()
[all …]
H A Demlxs_solaris.c6222 mutex_init(&EMLXS_MEMGET_LOCK, NULL, MUTEX_DRIVER, in emlxs_lock_init()
6300 mutex_destroy(&EMLXS_MEMGET_LOCK); in emlxs_lock_destroy()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2208 #define EMLXS_MEMGET_LOCK hba->memget_lock /* mempool get lock */ macro