Home
last modified time | relevance | path

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

/linux/tools/testing/vma/tests/
H A Dvma.c298 ASSERT_TRUE(vma_test_all(&vma, __VA_ARGS__)) in test_vma_flags_test_any()
302 ASSERT_FALSE(vma_test_all(&vma, __VA_ARGS__)) in test_vma_flags_test_any()
/linux/tools/testing/vma/include/
H A Ddup.h1086 #define vma_test_all(vma, ...) \ macro
/linux/mm/
H A Dvma.c2168 return vma_test_all(vma, VMA_WRITE_BIT, VMA_SHARED_BIT); in vma_is_shared_writable()
/linux/include/linux/
H A Dmm.h1410 #define vma_test_all(vma, ...) \ macro