Searched refs:vmas (Results 1 – 3 of 3) sorted by relevance
17 static int __link_vmas(struct maple_tree *mt, struct vm_area_struct *vmas, in __link_vmas() argument28 mas_set_range(&mas, vmas[i].vm_start, vmas[i].vm_end - 1); in __link_vmas()29 if (mas_store_gfp(&mas, &vmas[i], GFP_KERNEL)) in __link_vmas()71 static struct vm_area_struct vmas[] = { in damon_test_three_regions_in_vmas() local81 if (__link_vmas(&mm.mm_mt, vmas, ARRAY_SIZE(vmas))) in damon_test_three_regions_in_vmas()
1726 mapping = vb->vmas[0]->vm_file->f_mapping; in unlink_file_vma_batch_process()1729 VM_WARN_ON_ONCE(vb->vmas[i]->vm_file->f_mapping != mapping); in unlink_file_vma_batch_process()1730 __remove_shared_vm_struct(vb->vmas[i], mapping); in unlink_file_vma_batch_process()1743 if ((vb->count > 0 && vb->vmas[0]->vm_file != vma->vm_file) || in unlink_file_vma_batch_add()1744 vb->count == ARRAY_SIZE(vb->vmas)) in unlink_file_vma_batch_add()1747 vb->vmas[vb->count] = vma; in unlink_file_vma_batch_add()
28 struct vm_area_struct *vmas[8]; member
Completed in 13 milliseconds