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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c139 static kmutex_t fctl_ulp_list_mutex; variable
147 _NOTE(MUTEX_PROTECTS_DATA(fctl_ulp_list_mutex, fctl_ulp_list))
648 mutex_enter(&fctl_ulp_list_mutex);
654 mutex_exit(&fctl_ulp_list_mutex);
661 mutex_enter(&fctl_ulp_list_mutex);
678 mutex_exit(&fctl_ulp_list_mutex);
750 mutex_enter(&fctl_ulp_list_mutex);
769 mutex_exit(&fctl_ulp_list_mutex);
1767 mutex_enter(&fctl_ulp_list_mutex);
1774 mutex_exit(&fctl_ulp_list_mutex);
[all...]

Completed in 53 milliseconds