Home
last modified time | relevance | path

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

/linux/tools/testing/vma/
H A Dvma.c51 #define IS_SET(_val, _flags) ((_val & _flags) == _flags) macro
536 ASSERT_TRUE(IS_SET(vma->vm_flags, VM_STICKY)); in __test_merge_new()
555 ASSERT_TRUE(IS_SET(vma->vm_flags, VM_STICKY)); in __test_merge_new()
576 ASSERT_TRUE(IS_SET(vma->vm_flags, VM_STICKY)); in __test_merge_new()
596 ASSERT_TRUE(IS_SET(vma->vm_flags, VM_STICKY)); in __test_merge_new()
616 ASSERT_TRUE(IS_SET(vma->vm_flags, VM_STICKY)); in __test_merge_new()
635 ASSERT_TRUE(IS_SET(vma->vm_flags, VM_STICKY)); in __test_merge_new()
1069 ASSERT_TRUE(IS_SET(vma_next->vm_flags, VM_STICKY)); in __test_merge_existing()
1099 ASSERT_TRUE(IS_SET(vma_next->vm_flags, VM_STICKY)); in __test_merge_existing()
1135 ASSERT_TRUE(IS_SET(vma_prev->vm_flags, VM_STICKY)); in __test_merge_existing()
[all …]