Searched refs:handler_mutex (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/infiniband/core/
H A Dcma_priv.h78 struct mutex handler_mutex; member in struct:rdma_id_private
H A Dcma.c414 * the handler_mutex and the spinlock. State is not allowed to change
415 * to/from a handler_mutex protected value without also holding
416 * handler_mutex.
419 lockdep_assert_held(&id_priv->handler_mutex);
1010 mutex_init(&id_priv->handler_mutex);
1948 * handler_mutex the work is guaranteed not to touch id_priv
2064 * destroy an ID from within the handler_mutex. This ensures that no other
2068 __releases(&idprv->handler_mutex)
2081 lockdep_assert_held(&id_priv->handler_mutex);
2086 mutex_unlock(&id_priv->handler_mutex);
[all...]

Completed in 1171 milliseconds