Home
last modified time | relevance | path

Searched refs:vms (Results 1 – 3 of 3) sorted by relevance

/mm/
A Dvma.c1228 unmap_vmas(&tlb, mas_detach, vms->vma, vms->start, vms->end, in vms_clear_ptes()
1340 if (vms->start > vms->vma->vm_start) { in vms_gather_munmap_vmas()
1347 if (vms->end < vms->vma->vm_end && in vms_gather_munmap_vmas()
1359 error = __split_vma(vms->vmi, vms->vma, vms->start, 1); in vms_gather_munmap_vmas()
1363 vms->prev = vma_prev(vms->vmi); in vms_gather_munmap_vmas()
1418 vms->end, vms->uf); in vms_gather_munmap_vmas()
1428 vms->next = vma_next(vms->vmi); in vms_gather_munmap_vmas()
1439 vma_iter_set(vms->vmi, vms->start); in vms_gather_munmap_vmas()
1489 vms->start = vms->end = 0; in init_vma_munmap()
1494 vms->nr_pages = vms->locked_vm = vms->nr_accounted = 0; in init_vma_munmap()
[all …]
A Dpercpu-vm.c336 struct vm_struct **vms; in pcpu_create_chunk() local
342 vms = pcpu_get_vm_areas(pcpu_group_offsets, pcpu_group_sizes, in pcpu_create_chunk()
344 if (!vms) { in pcpu_create_chunk()
349 chunk->data = vms; in pcpu_create_chunk()
350 chunk->base_addr = vms[0]->addr - pcpu_group_offsets[0]; in pcpu_create_chunk()
A Dvmalloc.c4699 struct vm_struct **vms; in pcpu_get_vm_areas() local
4732 vms = kcalloc(nr_vms, sizeof(vms[0]), GFP_KERNEL); in pcpu_get_vm_areas()
4734 if (!vas || !vms) in pcpu_get_vm_areas()
4851 vms[area]->addr = kasan_unpoison_vmalloc(vms[area]->addr, in pcpu_get_vm_areas()
4855 return vms; in pcpu_get_vm_areas()
4901 kfree(vms[area]); in pcpu_get_vm_areas()
4905 kfree(vms); in pcpu_get_vm_areas()
4925 kfree(vms[area]); in pcpu_get_vm_areas()
4929 kfree(vms); in pcpu_get_vm_areas()
4945 free_vm_area(vms[i]); in pcpu_free_vm_areas()
[all …]

Completed in 22 milliseconds