Searched refs:vma_list (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_vmm.c53 list_for_each_entry(vma, &nvbo->vma_list, head) {
97 list_add_tail(&vma->head, &nvbo->vma_list);
H A Dnouveau_bo.h38 struct list_head vma_list; member in struct:nouveau_bo
H A Dnouveau_bo.c228 INIT_LIST_HEAD(&nvbo->vma_list);
988 list_for_each_entry(vma, &nvbo->vma_list, head) {
993 list_for_each_entry(vma, &nvbo->vma_list, head) {
/linux-master/kernel/bpf/
H A Darena.c49 struct list_head vma_list; member in struct:bpf_arena
133 INIT_LIST_HEAD(&arena->vma_list);
172 * which would clear arena->vma_list.
174 if (WARN_ON_ONCE(!list_empty(&arena->vma_list)))
212 struct vma_list { struct
219 struct vma_list *vml;
226 list_add(&vml->head, &arena->vma_list);
234 struct vma_list *vml;
480 struct vma_list *vml;
482 list_for_each_entry(vml, &arena->vma_list, hea
[all...]
/linux-master/include/linux/
H A Dvfio_pci_core.h97 struct list_head vma_list; member in struct:vfio_pci_core_device
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_core.c1603 * ordering, which requires using vma_lock to walk vma_list to
1610 * vma_list is empty, as we'd need to take mmap_lock to clear
1611 * entries. vma_list can only be guaranteed empty when holding
1627 while (!list_empty(&vdev->vma_list)) {
1628 mmap_vma = list_first_entry(&vdev->vma_list,
1661 &vdev->vma_list, vma_next) {
1716 list_add(&mmap_vma->vma_next, &vdev->vma_list);
1723 * our vma_list only tracks mappings accessed since last zap.
1736 list_for_each_entry(mmap_vma, &vdev->vma_list, vma_next) {
1771 list_for_each_entry(mmap_vma, &vdev->vma_list, vma_nex
[all...]

Completed in 117 milliseconds