Lines Matching refs:KUNIT_EXPECT_TRUE
340 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_out_of_bounds_read()
346 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_out_of_bounds_read()
364 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_out_of_bounds_write()
381 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_use_after_free_read()
396 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_double_free()
413 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_invalid_addr_free()
433 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_corruption()
439 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_corruption()
482 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_kmalloc_aligned_oob_read()
505 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_kmalloc_aligned_oob_write()
515 KUNIT_EXPECT_TRUE(test, test_cache); in test_shrink_memcache()
580 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_on_free()
650 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_invalid_access()
664 KUNIT_EXPECT_TRUE(test, test_cache); /* Want memcache. */ in test_memcache_typesafe_by_rcu()
686 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_memcache_typesafe_by_rcu()
737 KUNIT_EXPECT_TRUE(test, test_cache); /* Want memcache. */ in test_memcache_alloc_bulk()
764 KUNIT_EXPECT_TRUE(test, pass); in test_memcache_alloc_bulk()