Searched refs:nx_nodeq_lock (Results 1 – 5 of 5) sorted by relevance
513 mutex_enter(&ss->nx_nodeq_lock); in eibnx_create_eoib_node()520 cv_wait(&ss->nx_nodeq_cv, &ss->nx_nodeq_lock); in eibnx_create_eoib_node()539 mutex_exit(&ss->nx_nodeq_lock); in eibnx_create_eoib_node()556 mutex_exit(&ss->nx_nodeq_lock); in eibnx_create_eoib_node()
161 mutex_init(&ss->nx_nodeq_lock, NULL, MUTEX_DRIVER, NULL); in eibnx_state_init()891 mutex_enter(&ss->nx_nodeq_lock); in eibnx_rb_state_init()898 mutex_exit(&ss->nx_nodeq_lock); in eibnx_rb_state_init()907 mutex_destroy(&ss->nx_nodeq_lock); in eibnx_rb_state_init()
65 mutex_enter(&ss->nx_nodeq_lock); in eibnx_cleanup_port_nodes()79 mutex_exit(&ss->nx_nodeq_lock); in eibnx_cleanup_port_nodes()
635 mutex_enter(&ss->nx_nodeq_lock); in eibnx_queue_for_creation()643 mutex_exit(&ss->nx_nodeq_lock); in eibnx_queue_for_creation()
395 kmutex_t nx_nodeq_lock; member