Lines Matching refs:report_matches
95 static bool report_matches(const struct expect_report *r) in report_matches() function
341 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_out_of_bounds_read()
347 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_out_of_bounds_read()
365 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_out_of_bounds_write()
382 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_use_after_free_read()
397 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_double_free()
414 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_invalid_addr_free()
434 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_corruption()
440 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_corruption()
483 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_kmalloc_aligned_oob_read()
506 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_kmalloc_aligned_oob_write()
581 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()