Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/core/
Ddevice.c506 mutex_destroy(&dev->unregistration_lock); in ib_device_release()
594 mutex_init(&device->unregistration_lock); in _ib_alloc_device()
1419 mutex_lock(&ib_dev->unregistration_lock); in __ib_unregister_device()
1442 mutex_unlock(&ib_dev->unregistration_lock); in __ib_unregister_device()
1569 mutex_lock(&device->unregistration_lock); in rdma_dev_change_netns()
1621 mutex_unlock(&device->unregistration_lock); in rdma_dev_change_netns()
/Linux-v5.4/include/rdma/
Dib_verbs.h2597 struct mutex unregistration_lock; member