Home
last modified time | relevance | path

Searched refs:remap_lock (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c2576 mutex_init(&fmrpool->remap_lock, NULL, MUTEX_DRIVER, in hermon_create_fmr_pool()
2676 mutex_destroy(&fmrpool->remap_lock); in hermon_destroy_fmr_pool()
2726 mutex_enter(&fmrpool->remap_lock); in hermon_register_physical_fmr()
2740 mutex_exit(&fmrpool->remap_lock); in hermon_register_physical_fmr()
2814 mutex_enter(&fmrpool->remap_lock); in hermon_deregister_fmr()
2832 mutex_exit(&fmrpool->remap_lock); in hermon_deregister_fmr()
2907 mutex_enter(&fmrpool->remap_lock); in hermon_fmr_cleanup()
2919 mutex_exit(&fmrpool->remap_lock); in hermon_fmr_cleanup()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h595 kmutex_t remap_lock; member