Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/core/
Ddevice.c505 mutex_destroy(&dev->unregistration_lock); in ib_device_release()
594 mutex_init(&device->unregistration_lock); in _ib_alloc_device()
1470 mutex_lock(&ib_dev->unregistration_lock); in __ib_unregister_device()
1494 mutex_unlock(&ib_dev->unregistration_lock); in __ib_unregister_device()
1621 mutex_lock(&device->unregistration_lock); in rdma_dev_change_netns()
1673 mutex_unlock(&device->unregistration_lock); in rdma_dev_change_netns()
/Linux-v5.15/include/rdma/
Dib_verbs.h2688 struct mutex unregistration_lock; member