Lines Matching refs:report_matches
95 static bool report_matches(const struct expect_report *r) in report_matches() function
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()
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()
686 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_memcache_typesafe_by_rcu()
726 KUNIT_ASSERT_TRUE(test, report_matches(&expect)); in test_krealloc()