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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c133 * fctl_port_lock protects the linked list of local port structures
138 static kmutex_t fctl_port_lock; variable
509 mutex_init(&fctl_port_lock, NULL, MUTEX_DRIVER, NULL);
526 mutex_destroy(&fctl_port_lock);
537 mutex_destroy(&fctl_port_lock);
564 mutex_destroy(&fctl_port_lock);
715 mutex_enter(&fctl_port_lock);
723 mutex_exit(&fctl_port_lock);
1730 mutex_enter(&fctl_port_lock);
1737 mutex_exit(&fctl_port_lock);
[all...]

Completed in 52 milliseconds