Searched refs:vmas (Results 1 – 8 of 8) sorted by relevance
/linux/tools/mm/ |
H A D | thpmaps | 198 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 D | msm_gem.c | 412 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 D | msm_gem.h | 103 struct list_head vmas; /* list of msm_gem_vma */ member
|
/linux/mm/ |
H A D | vma.c | 1627 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 D | robust-futexes.rst | 58 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 D | userfaultfd.rst | 36 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 D | drm-vm-bind-locking.rst | 234 only a subset of vmas are selected for rebind. In this case, all vmas that are
|
/linux/Documentation/gpu/rfc/ |
H A D | i915_vm_bind.rst | 122 invalidated vmas (due to eviction and userptr invalidation) etc.
|