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

/linux-master/drivers/virt/acrn/
H A Dioeventfd.c45 lockdep_assert_held(&vm->ioeventfds_lock);
57 lockdep_assert_held(&vm->ioeventfds_lock);
121 mutex_lock(&vm->ioeventfds_lock);
135 mutex_unlock(&vm->ioeventfds_lock);
140 mutex_unlock(&vm->ioeventfds_lock);
157 mutex_lock(&vm->ioeventfds_lock);
167 mutex_unlock(&vm->ioeventfds_lock);
178 lockdep_assert_held(&vm->ioeventfds_lock);
223 mutex_lock(&client->vm->ioeventfds_lock);
227 mutex_unlock(&client->vm->ioeventfds_lock);
[all...]
H A Dacrn_drv.h161 * @ioeventfds_lock: Lock to protect ioeventfds list
183 struct mutex ioeventfds_lock; member in struct:acrn_vm
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_rdwr.c450 mutex_lock(&vdev->ioeventfds_lock);
504 mutex_unlock(&vdev->ioeventfds_lock);
H A Dvfio_pci_core.c2179 mutex_init(&vdev->ioeventfds_lock);
2198 mutex_destroy(&vdev->ioeventfds_lock);
/linux-master/include/linux/
H A Dvfio_pci_core.h90 struct mutex ioeventfds_lock; member in struct:vfio_pci_core_device

Completed in 142 milliseconds