Home
last modified time | relevance | path

Searched refs:report_matches (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/kcsan/
H A Dkcsan-test.c147 static bool report_matches(const struct expect_report *r) in report_matches() function
438 match_expect |= report_matches(&expect); in test_basic()
439 match_never = report_matches(&never); in test_basic()
470 match_expect |= report_matches(&expect); in test_concurrent_races()
471 match_never |= report_matches(&never); in test_concurrent_races()
491 match_expect = report_matches(&expect); in test_novalue_change()
516 match_expect = report_matches(&expect); in test_novalue_change_exception()
535 match_expect = report_matches(&expect); in test_unknown_origin()
558 match_expect = report_matches(&expect); in test_write_write_assume_atomic()
583 match_expect = report_matches(&expect); in test_write_write_struct()
[all …]
/OK3568_Linux_fs/kernel/mm/kfence/
H A Dkfence_test.c83 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()
[all …]