Home
last modified time | relevance | path

Searched refs:nx_lock (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_hdlrs.c321 mutex_enter(&ss->nx_lock); in eibnx_subnet_notices_handler()
328 mutex_exit(&ss->nx_lock); in eibnx_subnet_notices_handler()
896 mutex_enter(&ss->nx_lock); in eibnx_replace_portinfo()
906 mutex_exit(&ss->nx_lock); in eibnx_replace_portinfo()
923 mutex_exit(&ss->nx_lock); in eibnx_replace_portinfo()
927 mutex_exit(&ss->nx_lock); in eibnx_replace_portinfo()
947 mutex_enter(&ss->nx_lock); in eibnx_handle_port_events()
954 mutex_exit(&ss->nx_lock); in eibnx_handle_port_events()
1025 mutex_enter(&ss->nx_lock); in eibnx_handle_hca_attach()
1030 mutex_exit(&ss->nx_lock); in eibnx_handle_hca_attach()
[all …]
H A Denx_misc.c440 mutex_enter(&ss->nx_lock); in eibnx_terminate_monitors()
443 mutex_exit(&ss->nx_lock); in eibnx_terminate_monitors()
455 mutex_enter(&ss->nx_lock); in eibnx_terminate_monitors()
457 mutex_exit(&ss->nx_lock); in eibnx_terminate_monitors()
557 mutex_enter(&ss->nx_lock); in eibnx_locate_node_name()
577 mutex_exit(&ss->nx_lock); in eibnx_locate_node_name()
596 mutex_enter(&ss->nx_lock); in eibnx_locate_unconfigured_node()
605 mutex_exit(&ss->nx_lock); in eibnx_locate_unconfigured_node()
612 mutex_exit(&ss->nx_lock); in eibnx_locate_unconfigured_node()
H A Denx_main.c556 mutex_enter(&ss->nx_lock); in eibnx_config_all_children()
572 mutex_exit(&ss->nx_lock); in eibnx_config_all_children()
576 mutex_exit(&ss->nx_lock); in eibnx_config_all_children()
597 mutex_enter(&ss->nx_lock); in eibnx_unconfig_all_children()
605 mutex_exit(&ss->nx_lock); in eibnx_unconfig_all_children()
H A Denx_ibt.c138 mutex_enter(&ss->nx_lock); in eibnx_ibt_init()
140 mutex_exit(&ss->nx_lock); in eibnx_ibt_init()
160 mutex_init(&ss->nx_lock, NULL, MUTEX_DRIVER, NULL); in eibnx_state_init()
848 mutex_enter(&ss->nx_lock); in eibnx_rb_ibt_init()
851 mutex_exit(&ss->nx_lock); in eibnx_rb_ibt_init()
862 mutex_enter(&ss->nx_lock); in eibnx_rb_ibt_init()
864 mutex_exit(&ss->nx_lock); in eibnx_rb_ibt_init()
908 mutex_destroy(&ss->nx_lock); in eibnx_rb_state_init()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h394 kmutex_t nx_lock; member