Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/vma/
H A Dvma.c83 static int attach_vma(struct mm_struct *mm, struct vm_area_struct *vma) in attach_vma() function
105 if (attach_vma(mm, vma)) { in alloc_and_link_vma()
285 ASSERT_FALSE(attach_vma(&mm, vma_left)); in test_simple_merge()
286 ASSERT_FALSE(attach_vma(&mm, vma_right)); in test_simple_merge()
310 ASSERT_FALSE(attach_vma(&mm, init_vma)); in test_simple_modify()
376 ASSERT_FALSE(attach_vma(&mm, vma)); in test_simple_expand()
397 ASSERT_FALSE(attach_vma(&mm, vma)); in test_simple_shrink()