Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c1516 mutex_exit(&fptr->fcip_dest_mutex); in fcip_detach()
1747 mutex_enter(&fptr->fcip_dest_mutex); in fcip_check_port_busy()
1759 mutex_exit(&fptr->fcip_dest_mutex); in fcip_check_port_busy()
5768 mutex_enter(&fptr->fcip_dest_mutex); in fcip_get_dest()
5785 mutex_exit(&fptr->fcip_dest_mutex); in fcip_get_dest()
5948 mutex_enter(&fptr->fcip_dest_mutex); in fcip_add_dest()
5983 mutex_exit(&fptr->fcip_dest_mutex); in fcip_add_dest()
5997 mutex_enter(&fptr->fcip_dest_mutex); in fcip_cleanup_dest()
6009 mutex_exit(&fptr->fcip_dest_mutex); in fcip_cleanup_dest()
7091 mutex_enter(&fptr->fcip_dest_mutex); in fcip_timeout()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h202 kmutex_t fcip_dest_mutex; /* dest table lock */ member