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.c254 ASSERT_TRUE(vma_test_all(&vma, __VA_ARGS__)) in test_vma_flags_test_any()
258 ASSERT_FALSE(vma_test_all(&vma, __VA_ARGS__)) in test_vma_flags_test_any()
/linux/tools/testing/vma/include/
H A Ddup.h1091 #define vma_test_all(vma, ...) \ macro
/linux/mm/
H A Dvma.c2069 return vma_test_all(vma, VMA_WRITE_BIT, VMA_SHARED_BIT); in vma_is_shared_writable()
/linux/include/linux/
H A Dmm.h1343 #define vma_test_all(vma, ...) \ macro