Lines Matching full:vm_end

122 	ASSERT_EQ(vma->vm_end, 0x3000);  in test_simple_merge()
155 ASSERT_EQ(vma->vm_end, 0x2000); in test_simple_modify()
168 ASSERT_EQ(vma->vm_end, 0x1000); in test_simple_modify()
178 ASSERT_EQ(vma->vm_end, 0x2000); in test_simple_modify()
188 ASSERT_EQ(vma->vm_end, 0x3000); in test_simple_modify()
218 ASSERT_EQ(vma->vm_end, 0x3000); in test_simple_expand()
241 ASSERT_EQ(vma->vm_end, 0x1000); in test_simple_shrink()
335 ASSERT_EQ(vma->vm_end, 0x4000); in __test_merge_new()
354 ASSERT_EQ(vma->vm_end, 0x5000); in __test_merge_new()
376 ASSERT_EQ(vma->vm_end, 0x9000); in __test_merge_new()
397 ASSERT_EQ(vma->vm_end, 0x9000); in __test_merge_new()
418 ASSERT_EQ(vma->vm_end, 0xc000); in __test_merge_new()
438 ASSERT_EQ(vma->vm_end, 0xc000); in __test_merge_new()
459 ASSERT_EQ(vma->vm_end, 0xc000); in __test_merge_new()
657 ASSERT_EQ(vma_prev->vm_end, 0x5000); in test_vma_merge_with_close()
769 ASSERT_EQ(vma_prev->vm_end, 0x5000); in test_vma_merge_with_close()
824 ASSERT_EQ(vma->vm_end, 0x5000); in test_vma_merge_new_with_close()
881 ASSERT_EQ(vma_next->vm_end, 0x9000); in __test_merge_existing()
886 ASSERT_EQ(vma->vm_end, 0x3000); in __test_merge_existing()
917 ASSERT_EQ(vma_next->vm_end, 0x9000); in __test_merge_existing()
950 ASSERT_EQ(vma_prev->vm_end, 0x6000); in __test_merge_existing()
955 ASSERT_EQ(vma->vm_end, 0x7000); in __test_merge_existing()
987 ASSERT_EQ(vma_prev->vm_end, 0x7000); in __test_merge_existing()
1020 ASSERT_EQ(vma_prev->vm_end, 0x9000); in __test_merge_existing()
1151 ASSERT_EQ(vma_prev->vm_end, 0x7000); in test_anon_vma_non_mergeable()
1183 ASSERT_EQ(vma_prev->vm_end, 0x7000); in test_anon_vma_non_mergeable()
1262 ASSERT_EQ(vma_prev->vm_end, 0x8000); in test_dup_anon_vma()
1291 ASSERT_EQ(vma_prev->vm_end, 0x8000); in test_dup_anon_vma()
1319 ASSERT_EQ(vma_prev->vm_end, 0x5000); in test_dup_anon_vma()
1347 ASSERT_EQ(vma_next->vm_end, 0x8000); in test_dup_anon_vma()
1445 ASSERT_EQ(vma->vm_end, 0x4000); in test_merge_extend()
1486 ASSERT_EQ(vma->vm_end, 0x9000); in test_expand_only_mode()