Home
last modified time | relevance | path

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

/linux/tools/testing/vma/tests/
H A Dvma.c36 struct vm_area_struct *vma, *vma_prev, *vma_new, *vma_next, *vma_orig; in test_copy_vma() local
42 vma_orig = vma; in test_copy_vma()
44 ASSERT_EQ(vma_new, vma_orig); in test_copy_vma()
45 ASSERT_EQ(vma, vma_orig); in test_copy_vma()
55 vma_orig = vma; in test_copy_vma()
57 ASSERT_EQ(vma_new, vma_orig); in test_copy_vma()
58 ASSERT_EQ(vma, vma_orig); in test_copy_vma()
73 vma_orig = vma; in test_copy_vma()
75 ASSERT_NE(vma_new, vma_orig); in test_copy_vma()