Home
last modified time | relevance | path

Searched refs:ti_mcg_lock (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_ibt.c200 mutex_enter(&info->ti_mcg_lock); in eibnx_find_mgroups()
203 mutex_exit(&info->ti_mcg_lock); in eibnx_find_mgroups()
285 mutex_exit(&info->ti_mcg_lock); in eibnx_find_mgroups()
298 mutex_exit(&info->ti_mcg_lock); in eibnx_find_mgroups()
771 mutex_enter(&info->ti_mcg_lock); in eibnx_join_mcgs()
777 mutex_exit(&info->ti_mcg_lock); in eibnx_join_mcgs()
785 mutex_exit(&info->ti_mcg_lock); in eibnx_join_mcgs()
793 mutex_exit(&info->ti_mcg_lock); in eibnx_join_mcgs()
798 mutex_exit(&info->ti_mcg_lock); in eibnx_join_mcgs()
803 mutex_exit(&info->ti_mcg_lock); in eibnx_join_mcgs()
[all …]
H A Denx_misc.c355 mutex_init(&ti->ti_mcg_lock, NULL, MUTEX_DRIVER, NULL); in eibnx_start_port_monitor()
426 mutex_destroy(&ti->ti_mcg_lock); in eibnx_stop_port_monitor()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h323 kmutex_t ti_mcg_lock; member