Lines Matching refs:KUNIT_EXPECT_TRUE
324 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_out_of_bounds_read()
330 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_out_of_bounds_read()
348 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_out_of_bounds_write()
365 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_use_after_free_read()
380 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_double_free()
397 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_invalid_addr_free()
417 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_corruption()
423 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_corruption()
466 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_kmalloc_aligned_oob_read()
489 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_kmalloc_aligned_oob_write()
499 KUNIT_EXPECT_TRUE(test, test_cache); in test_shrink_memcache()
565 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_on_free()
636 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_invalid_access()
650 KUNIT_EXPECT_TRUE(test, test_cache); /* Want memcache. */ in test_memcache_typesafe_by_rcu()
672 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_memcache_typesafe_by_rcu()
723 KUNIT_EXPECT_TRUE(test, test_cache); /* Want memcache. */ in test_memcache_alloc_bulk()
750 KUNIT_EXPECT_TRUE(test, pass); in test_memcache_alloc_bulk()