Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Dcma.c414 * the handler_mutex and the spinlock. State is not allowed to change in cma_comp_exch()
415 * to/from a handler_mutex protected value without also holding in cma_comp_exch()
416 * handler_mutex. in cma_comp_exch()
419 lockdep_assert_held(&id_priv->handler_mutex); in cma_comp_exch()
1010 mutex_init(&id_priv->handler_mutex); in __rdma_create_id()
1948 * handler_mutex the work is guaranteed not to touch id_priv in cma_cancel_operation()
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...]
H A Dcma_priv.h78 struct mutex handler_mutex; member
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Dcma.c413 * the handler_mutex and the spinlock. State is not allowed to change in cma_comp_exch()
414 * to/from a handler_mutex protected value without also holding in cma_comp_exch()
415 * handler_mutex. in cma_comp_exch()
418 lockdep_assert_held(&id_priv->handler_mutex); in cma_comp_exch()
869 mutex_init(&id_priv->handler_mutex); in __rdma_create_id()
1800 * handler_mutex the work is guaranteed not to touch id_priv in cma_cancel_operation()
1913 * destroy an ID from within the handler_mutex. This ensures that no other
1917 __releases(&idprv->handler_mutex)
1930 lockdep_assert_held(&id_priv->handler_mutex);
1935 mutex_unlock(&id_priv->handler_mutex);
[all...]
H A Dcma_priv.h70 struct mutex handler_mutex; member

Completed in 13 milliseconds