Searched refs:handler_mutex (Results 1 – 2 of 2) sorted by relevance
419 lockdep_assert_held(&id_priv->handler_mutex); in cma_comp_exch()1010 mutex_init(&id_priv->handler_mutex); in __rdma_create_id()2068 __releases(&idprv->handler_mutex) in destroy_id_handler_unlock()2081 lockdep_assert_held(&id_priv->handler_mutex); in destroy_id_handler_unlock()2086 mutex_unlock(&id_priv->handler_mutex); in destroy_id_handler_unlock()2095 mutex_lock(&id_priv->handler_mutex); in rdma_destroy_id()2149 lockdep_assert_held(&id_priv->handler_mutex); in cma_cm_event_handler()2165 mutex_lock(&id_priv->handler_mutex); in cma_ib_handler()2238 mutex_unlock(&id_priv->handler_mutex); in cma_ib_handler()2399 mutex_lock(&listen_id->handler_mutex); in cma_ib_req_handler()[all …]
78 struct mutex handler_mutex; member