Lines Matching refs:ASSERT_FALSE
47 #define ASSERT_FALSE(_expr) ASSERT_TRUE(!(_expr)) macro
318 ASSERT_FALSE(attach_vma(&mm, vma_left)); in test_simple_merge()
319 ASSERT_FALSE(attach_vma(&mm, vma_right)); in test_simple_merge()
343 ASSERT_FALSE(attach_vma(&mm, init_vma)); in test_simple_modify()
409 ASSERT_FALSE(attach_vma(&mm, vma)); in test_simple_expand()
411 ASSERT_FALSE(expand_existing(&vmg)); in test_simple_expand()
430 ASSERT_FALSE(attach_vma(&mm, vma)); in test_simple_shrink()
432 ASSERT_FALSE(vma_shrink(&vmi, vma, 0, 0x1000, 0)); in test_simple_shrink()
502 ASSERT_FALSE(merged); in test_merge_new()
1254 ASSERT_FALSE(vma_write_started(vma_next)); in test_anon_vma_non_mergeable()
1285 ASSERT_FALSE(vma_write_started(vma_next)); in test_anon_vma_non_mergeable()
1665 ASSERT_FALSE(true); in test_mmap_region_basic()