Home
last modified time | relevance | path

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

/titanic_50/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.c436 mutex_enter(&ss->nx_lock); in eibnx_terminate_monitors()
439 mutex_exit(&ss->nx_lock); in eibnx_terminate_monitors()
451 mutex_enter(&ss->nx_lock); in eibnx_terminate_monitors()
453 mutex_exit(&ss->nx_lock); in eibnx_terminate_monitors()
554 mutex_enter(&ss->nx_lock); in eibnx_locate_node_name()
574 mutex_exit(&ss->nx_lock); in eibnx_locate_node_name()
593 mutex_enter(&ss->nx_lock); in eibnx_locate_unconfigured_node()
602 mutex_exit(&ss->nx_lock); in eibnx_locate_unconfigured_node()
609 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()
/titanic_50/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h390 kmutex_t nx_lock; member