Searched refs:need_locks (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/vma/tests/ |
| H A D | vma.c | 34 bool need_locks = false; in test_copy_vma() local 43 vma_new = copy_vma(&vma, 0x2000, 0x1000, 1, 1, &need_locks); in test_copy_vma() 56 vma_new = copy_vma(&vma, 0x1000, 0x1000, 2, 2, &need_locks); in test_copy_vma() 74 vma_new = copy_vma(&vma, 0x2000, 0x1000, 3, 3, &need_locks); in test_copy_vma() 85 vma_new = copy_vma(&vma, 0, 0x2000, 0, 3, &need_locks); in test_copy_vma() 98 vma_new = copy_vma(&vma, 0x4000, 0x2000, 4, 4, &need_locks); in test_copy_vma()
|