Searched refs:next_flags (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/vma/ |
| H A D | vma.c | 1018 vm_flags_t next_flags = vm_flags; in __test_merge_existing() local 1036 next_flags |= VM_STICKY; in __test_merge_existing() 1050 vma_next = alloc_and_link_vma(&mm, 0x6000, 0x9000, 6, next_flags); in __test_merge_existing() 1085 vma_next = alloc_and_link_vma(&mm, 0x6000, 0x9000, 6, next_flags); in __test_merge_existing() 1184 vma_next = alloc_and_link_vma(&mm, 0x7000, 0x9000, 7, next_flags); in __test_merge_existing() 1220 vma_next = alloc_and_link_vma(&mm, 0x8000, 0xa000, 8, next_flags); in __test_merge_existing()
|