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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c142 static kmutex_t fctl_nwwn_hash_mutex; variable
146 _NOTE(MUTEX_PROTECTS_DATA(fctl_nwwn_hash_mutex, fctl_nwwn_hash_table))
510 mutex_init(&fctl_nwwn_hash_mutex, NULL, MUTEX_DRIVER, NULL);
525 mutex_destroy(&fctl_nwwn_hash_mutex);
536 mutex_destroy(&fctl_nwwn_hash_mutex);
563 mutex_destroy(&fctl_nwwn_hash_mutex);
3297 mutex_enter(&fctl_nwwn_hash_mutex);
3312 mutex_exit(&fctl_nwwn_hash_mutex);
3330 ASSERT(MUTEX_HELD(&fctl_nwwn_hash_mutex));
3387 mutex_enter(&fctl_nwwn_hash_mutex);
[all...]

Completed in 72 milliseconds