Lines Matching refs:ASSERT_FALSE
37 #define ASSERT_FALSE(_expr) ASSERT_TRUE(!(_expr)) macro
243 ASSERT_FALSE(vma_link(&mm, vma_left)); in test_simple_merge()
244 ASSERT_FALSE(vma_link(&mm, vma_right)); in test_simple_merge()
268 ASSERT_FALSE(vma_link(&mm, init_vma)); in test_simple_modify()
334 ASSERT_FALSE(vma_link(&mm, vma)); in test_simple_expand()
336 ASSERT_FALSE(expand_existing(&vmg)); in test_simple_expand()
355 ASSERT_FALSE(vma_link(&mm, vma)); in test_simple_shrink()
357 ASSERT_FALSE(vma_shrink(&vmi, vma, 0, 0x1000, 0)); in test_simple_shrink()
427 ASSERT_FALSE(merged); in test_merge_new()
1183 ASSERT_FALSE(is_mergeable_anon_vma(vma_prev->anon_vma, vma_next->anon_vma, NULL)); in test_anon_vma_non_mergeable()
1195 ASSERT_FALSE(vma_write_started(vma_next)); in test_anon_vma_non_mergeable()
1231 ASSERT_FALSE(vma_write_started(vma_next)); in test_anon_vma_non_mergeable()