Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_vm_madvise.c21 struct xe_vma **vmas; member
56 madvise_range->vmas = kmalloc_objs(*madvise_range->vmas, max_vmas); in get_vmas()
57 if (!madvise_range->vmas) in get_vmas()
72 __vmas = krealloc(madvise_range->vmas, in get_vmas()
73 max_vmas * sizeof(*madvise_range->vmas), in get_vmas()
76 kfree(madvise_range->vmas); in get_vmas()
79 madvise_range->vmas = __vmas; in get_vmas()
82 madvise_range->vmas[madvise_range->num_vmas] = vma; in get_vmas()
87 kfree(madvise_range->vmas); in get_vmas()
95 struct xe_vma **vmas, int num_vmas, in madvise_preferred_mem_loc() argument
[all …]
/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/mm/
H A Dvma.c1799 mapping = vb->vmas[0]->vm_file->f_mapping; in unlink_file_vma_batch_process()
1802 VM_WARN_ON_ONCE(vb->vmas[i]->vm_file->f_mapping != mapping); in unlink_file_vma_batch_process()
1803 __remove_shared_vm_struct(vb->vmas[i], mapping); in unlink_file_vma_batch_process()
1816 if ((vb->count > 0 && vb->vmas[0]->vm_file != vma->vm_file) || in unlink_file_vma_batch_add()
1817 vb->count == ARRAY_SIZE(vb->vmas)) in unlink_file_vma_batch_add()
1820 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.