Home
last modified time | relevance | path

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

/linux/tools/testing/vma/
H A Dmain.c29 int attach_vma(struct mm_struct *mm, struct vm_area_struct *vma) in attach_vma() function
H A Dshared.h69 int attach_vma(struct mm_struct *mm, struct vm_area_struct *vma);
H A Dshared.c48 if (attach_vma(mm, vma)) { in alloc_and_link_vma()
/linux/tools/testing/vma/tests/
H A Dmerge.c112 ASSERT_FALSE(attach_vma(&mm, vma_left)); in test_simple_merge()
113 ASSERT_FALSE(attach_vma(&mm, vma_right)); in test_simple_merge()
138 ASSERT_FALSE(attach_vma(&mm, init_vma)); in test_simple_modify()
204 ASSERT_FALSE(attach_vma(&mm, vma)); in test_simple_expand()
225 ASSERT_FALSE(attach_vma(&mm, vma)); in test_simple_shrink()