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

/freebsd-10.2-release/sys/ofed/drivers/infiniband/core/
H A Dcma.c155 struct mutex handler_mutex; member in struct:rdma_id_private
406 mutex_lock(&id_priv->handler_mutex);
408 mutex_unlock(&id_priv->handler_mutex);
436 mutex_init(&id_priv->handler_mutex);
1051 mutex_unlock(&id_priv->handler_mutex);
1056 mutex_unlock(&id_priv->handler_mutex);
1197 mutex_lock_nested(&conn_id->handler_mutex, SINGLE_DEPTH_NESTING);
1219 mutex_unlock(&conn_id->handler_mutex);
1228 mutex_unlock(&conn_id->handler_mutex);
1232 mutex_unlock(&listen_id->handler_mutex);
[all...]

Completed in 40 milliseconds