Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_cma.c322 struct mutex handler_mutex; member
786 mutex_init(&id_priv->handler_mutex); in rdma_create_id()
1896 mutex_lock(&id_priv->handler_mutex); in rdma_destroy_id()
1897 mutex_unlock(&id_priv->handler_mutex); in rdma_destroy_id()
1974 mutex_lock(&id_priv->handler_mutex); in cma_ib_handler()
2044 mutex_unlock(&id_priv->handler_mutex); in cma_ib_handler()
2049 mutex_unlock(&id_priv->handler_mutex); in cma_ib_handler()
2197 mutex_lock(&listen_id->handler_mutex); in cma_req_handler()
2221 mutex_lock_nested(&conn_id->handler_mutex, SINGLE_DEPTH_NESTING); in cma_req_handler()
2247 mutex_unlock(&conn_id->handler_mutex); in cma_req_handler()
[all …]