Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_q.c271 mutex_enter(&info->ti_gw_lock); in eibnx_find_gw_in_gwlist()
276 mutex_exit(&info->ti_gw_lock); in eibnx_find_gw_in_gwlist()
393 mutex_enter(&info->ti_gw_lock); in eibnx_add_gw_to_gwlist()
396 mutex_exit(&info->ti_gw_lock); in eibnx_add_gw_to_gwlist()
420 mutex_enter(&info->ti_gw_lock); in eibnx_replace_gw_in_gwlist()
599 mutex_exit(&info->ti_gw_lock); in eibnx_replace_gw_in_gwlist()
H A Denx_misc.c110 mutex_enter(&info->ti_gw_lock); in eibnx_cleanup_port_nodes()
113 mutex_exit(&info->ti_gw_lock); in eibnx_cleanup_port_nodes()
356 mutex_init(&ti->ti_gw_lock, NULL, MUTEX_DRIVER, NULL); in eibnx_start_port_monitor()
425 mutex_destroy(&ti->ti_gw_lock); in eibnx_stop_port_monitor()
562 mutex_enter(&ti->ti_gw_lock); in eibnx_locate_node_name()
571 mutex_exit(&ti->ti_gw_lock); in eibnx_locate_node_name()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h352 kmutex_t ti_gw_lock; member