Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_hdlrs.c513 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()
H A Denx_ibt.c161 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()
H A Denx_misc.c65 mutex_enter(&ss->nx_nodeq_lock); in eibnx_cleanup_port_nodes()
79 mutex_exit(&ss->nx_nodeq_lock); in eibnx_cleanup_port_nodes()
H A Denx_q.c635 mutex_enter(&ss->nx_nodeq_lock); in eibnx_queue_for_creation()
643 mutex_exit(&ss->nx_nodeq_lock); in eibnx_queue_for_creation()
/titanic_50/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h395 kmutex_t nx_nodeq_lock; member