Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_cma.c809 mutex_init(&id_priv->handler_mutex); in rdma_create_id()
1917 mutex_lock(&id_priv->handler_mutex); in rdma_destroy_id()
1918 mutex_unlock(&id_priv->handler_mutex); in rdma_destroy_id()
2000 mutex_lock(&id_priv->handler_mutex); in cma_ib_handler()
2069 mutex_unlock(&id_priv->handler_mutex); in cma_ib_handler()
2074 mutex_unlock(&id_priv->handler_mutex); in cma_ib_handler()
2224 mutex_lock(&listen_id->handler_mutex); in cma_ib_req_handler()
2247 mutex_lock_nested(&conn_id->handler_mutex, SINGLE_DEPTH_NESTING); in cma_ib_req_handler()
2273 mutex_unlock(&conn_id->handler_mutex); in cma_ib_req_handler()
2274 mutex_unlock(&listen_id->handler_mutex); in cma_ib_req_handler()
[all …]
H A Dcma_priv.h70 struct mutex handler_mutex; member