Home
last modified time | relevance | path

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

/mm/damon/
Dvaddr-test.h17 static void __link_vmas(struct vm_area_struct *vmas, ssize_t nr_vmas) in __link_vmas() argument
26 vmas[i].vm_next = &vmas[i + 1]; in __link_vmas()
28 vmas[i].vm_rb.rb_left = NULL; in __link_vmas()
29 vmas[i].vm_rb.rb_right = &vmas[i + 1].vm_rb; in __link_vmas()
35 gap = vmas[j].vm_start - vmas[j - 1].vm_end; in __link_vmas()
39 vmas[i].rb_subtree_gap = largest_gap; in __link_vmas()
41 vmas[i].vm_next = NULL; in __link_vmas()
42 vmas[i].vm_rb.rb_right = NULL; in __link_vmas()
43 vmas[i].rb_subtree_gap = 0; in __link_vmas()
77 struct vm_area_struct vmas[] = { in damon_test_three_regions_in_vmas() local
[all …]
/mm/
Dgup.c1121 struct vm_area_struct **vmas, int *locked) in __get_user_pages() argument
1169 i = follow_hugetlb_page(mm, vma, pages, vmas, in __get_user_pages()
1229 if (vmas) { in __get_user_pages()
1230 vmas[i] = vma; in __get_user_pages()
1350 struct vm_area_struct **vmas, in __get_user_pages_locked() argument
1359 BUG_ON(vmas); in __get_user_pages_locked()
1383 vmas, locked); in __get_user_pages_locked()
1656 struct vm_area_struct **vmas, int *locked, in __get_user_pages_locked() argument
1686 if (vmas) in __get_user_pages_locked()
1687 vmas[i] = vma; in __get_user_pages_locked()
[all …]
Dvmacache.c38 current->vmacache.vmas[VMACACHE_HASH(addr)] = newvma; in vmacache_update()
72 struct vm_area_struct *vma = current->vmacache.vmas[idx]; in vmacache_find()
105 struct vm_area_struct *vma = current->vmacache.vmas[idx]; in vmacache_find_exact()
Dhugetlb.c5446 struct vm_area_struct **vmas) in record_subpages_vmas() argument
5453 if (vmas) in record_subpages_vmas()
5454 vmas[nr] = vma; in record_subpages_vmas()
5459 struct page **pages, struct vm_area_struct **vmas, in follow_hugetlb_page() argument
5577 if (!pages && !vmas && !pfn_offset && in follow_hugetlb_page()
5591 if (pages || vmas) in follow_hugetlb_page()
5595 vmas ? vmas + i : NULL); in follow_hugetlb_page()
Dnommu.c627 if (curr->vmacache.vmas[i] == vma) { in delete_vma_from_mm()