Lines Matching refs:KUNIT_EXPECT_TRUE
342 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_read()
366 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_out_of_bounds_write()
383 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_use_after_free_read()
398 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_double_free()
415 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_invalid_addr_free()
435 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_corruption()
441 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_corruption()
484 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_kmalloc_aligned_oob_read()
507 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_kmalloc_aligned_oob_write()
517 KUNIT_EXPECT_TRUE(test, test_cache); in test_shrink_memcache()
582 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_on_free()
652 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_invalid_access()
666 KUNIT_EXPECT_TRUE(test, test_cache); /* Want memcache. */ in test_memcache_typesafe_by_rcu()
688 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_memcache_typesafe_by_rcu()
739 KUNIT_EXPECT_TRUE(test, test_cache); /* Want memcache. */ in test_memcache_alloc_bulk()
766 KUNIT_EXPECT_TRUE(test, pass); in test_memcache_alloc_bulk()