Home
last modified time | relevance | path

Searched refs:vmas (Results 1 – 8 of 8) sorted by relevance

/linux/tools/mm/
H A Dthpmaps198 self.vmas = []
205 self.vmas.append(VMA(
223 self.vmas[-1].stats[param] = {'type': None, 'value': value}
226 yield from self.vmas
/linux/drivers/gpu/drm/msm/
H A Dmsm_gem.c412 list_add_tail(&vma->list, &msm_obj->vmas); in add_vma()
425 list_for_each_entry(vma, &msm_obj->vmas, list) { in lookup_vma()
456 list_for_each_entry(vma, &msm_obj->vmas, list) { in put_iova_spaces()
474 list_for_each_entry_safe(vma, tmp, &msm_obj->vmas, list) { in put_iova_vmas()
1005 if (!list_empty(&msm_obj->vmas)) { in msm_gem_describe()
1009 list_for_each_entry(vma, &msm_obj->vmas, list) { in msm_gem_describe()
1197 INIT_LIST_HEAD(&msm_obj->vmas); in msm_gem_new_impl()
H A Dmsm_gem.h103 struct list_head vmas; /* list of msm_gem_vma */ member
/linux/mm/
H A Dvma.c1627 mapping = vb->vmas[0]->vm_file->f_mapping; in unlink_file_vma_batch_process()
1630 VM_WARN_ON_ONCE(vb->vmas[i]->vm_file->f_mapping != mapping); in unlink_file_vma_batch_process()
1631 __remove_shared_vm_struct(vb->vmas[i], mapping); in unlink_file_vma_batch_process()
1644 if ((vb->count > 0 && vb->vmas[0]->vm_file != vma->vm_file) || in unlink_file_vma_batch_add()
1645 vb->count == ARRAY_SIZE(vb->vmas)) in unlink_file_vma_batch_add()
1648 vb->vmas[vb->count] = vma; in unlink_file_vma_batch_add()
/linux/Documentation/locking/
H A Drobust-futexes.rst58 FUTEX_RECOVER. At do_exit() time, all vmas are searched to see whether
69 microsecond on Linux, but with thousands (or tens of thousands) of vmas
/linux/Documentation/admin-guide/mm/
H A Duserfaultfd.rst36 operations never involve heavyweight structures like vmas (in fact the
40 Terabytes. Too many vmas would be needed for that.
/linux/Documentation/gpu/
H A Ddrm-vm-bind-locking.rst234 only a subset of vmas are selected for rebind. In this case, all vmas that are
/linux/Documentation/gpu/rfc/
H A Di915_vm_bind.rst122 invalidated vmas (due to eviction and userptr invalidation) etc.