Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/vfio/pci/
Dvfio_pci_private.h82 struct vfio_pci_reflck { struct
117 struct vfio_pci_reflck *reflck;
Dvfio_pci.c1290 static void vfio_pci_reflck_put(struct vfio_pci_reflck *reflck);
1441 static struct vfio_pci_reflck *vfio_pci_reflck_alloc(void) in vfio_pci_reflck_alloc()
1443 struct vfio_pci_reflck *reflck; in vfio_pci_reflck_alloc()
1455 static void vfio_pci_reflck_get(struct vfio_pci_reflck *reflck) in vfio_pci_reflck_get()
1462 struct vfio_pci_reflck **preflck = data; in vfio_pci_reflck_find()
1506 struct vfio_pci_reflck *reflck = container_of(kref, in vfio_pci_reflck_release()
1507 struct vfio_pci_reflck, in vfio_pci_reflck_release()
1514 static void vfio_pci_reflck_put(struct vfio_pci_reflck *reflck) in vfio_pci_reflck_put()