Searched refs:fctl_nwwn_hash_mutex (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c138 static kmutex_t fctl_nwwn_hash_mutex; variable
142 _NOTE(MUTEX_PROTECTS_DATA(fctl_nwwn_hash_mutex, fctl_nwwn_hash_table))
506 mutex_init(&fctl_nwwn_hash_mutex, NULL, MUTEX_DRIVER, NULL);
521 mutex_destroy(&fctl_nwwn_hash_mutex);
532 mutex_destroy(&fctl_nwwn_hash_mutex);
559 mutex_destroy(&fctl_nwwn_hash_mutex);
3293 mutex_enter(&fctl_nwwn_hash_mutex);
3308 mutex_exit(&fctl_nwwn_hash_mutex);
3326 ASSERT(MUTEX_HELD(&fctl_nwwn_hash_mutex));
3383 mutex_enter(&fctl_nwwn_hash_mutex);
[all...]

Completed in 102 milliseconds