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