Searched refs:handler_mutex (Results 1 – 2 of 2) sorted by relevance
412 lockdep_assert_held(&id_priv->handler_mutex); in cma_comp_exch()850 mutex_init(&id_priv->handler_mutex); in __rdma_create_id()1877 __releases(&idprv->handler_mutex) in destroy_id_handler_unlock()1890 lockdep_assert_held(&id_priv->handler_mutex); in destroy_id_handler_unlock()1895 mutex_unlock(&id_priv->handler_mutex); in destroy_id_handler_unlock()1904 mutex_lock(&id_priv->handler_mutex); in rdma_destroy_id()1958 lockdep_assert_held(&id_priv->handler_mutex); in cma_cm_event_handler()1974 mutex_lock(&id_priv->handler_mutex); in cma_ib_handler()2047 mutex_unlock(&id_priv->handler_mutex); in cma_ib_handler()2208 mutex_lock(&listen_id->handler_mutex); in cma_ib_req_handler()[all …]
70 struct mutex handler_mutex; member