Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mem.c713 mutex_enter(&EMLXS_MEMPUT_LOCK); in emlxs_mem_pool_create()
716 mutex_exit(&EMLXS_MEMPUT_LOCK); in emlxs_mem_pool_create()
752 mutex_exit(&EMLXS_MEMPUT_LOCK); in emlxs_mem_pool_create()
766 mutex_enter(&EMLXS_MEMPUT_LOCK); in emlxs_mem_pool_destroy()
769 mutex_exit(&EMLXS_MEMPUT_LOCK); in emlxs_mem_pool_destroy()
794 mutex_exit(&EMLXS_MEMPUT_LOCK); in emlxs_mem_pool_destroy()
811 mutex_enter(&EMLXS_MEMPUT_LOCK); in emlxs_mem_pool_clean()
814 mutex_exit(&EMLXS_MEMPUT_LOCK); in emlxs_mem_pool_clean()
885 mutex_exit(&EMLXS_MEMPUT_LOCK); in emlxs_mem_pool_clean()
922 mutex_exit(&EMLXS_MEMPUT_LOCK); in emlxs_mem_pool_get()
[all …]
H A Demlxs_solaris.c6225 mutex_init(&EMLXS_MEMPUT_LOCK, NULL, MUTEX_DRIVER, in emlxs_lock_init()
6301 mutex_destroy(&EMLXS_MEMPUT_LOCK); in emlxs_lock_destroy()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2209 #define EMLXS_MEMPUT_LOCK hba->memput_lock /* mempool put lock */ macro