Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/kcsan/
Dkcsan_test.c149 static bool report_matches(const struct expect_report *r) in report_matches() function
448 match_expect |= report_matches(&expect); in test_basic()
449 match_never = report_matches(&never); in test_basic()
480 match_expect |= report_matches(&expect); in test_concurrent_races()
481 match_never |= report_matches(&never); in test_concurrent_races()
501 match_expect = report_matches(&expect); in test_novalue_change()
526 match_expect = report_matches(&expect); in test_novalue_change_exception()
545 match_expect = report_matches(&expect); in test_unknown_origin()
568 match_expect = report_matches(&expect); in test_write_write_assume_atomic()
593 match_expect = report_matches(&expect); in test_write_write_struct()
[all …]
/Linux-v5.15/mm/kfence/
Dkfence_test.c90 static bool report_matches(const struct expect_report *r) in report_matches() function
336 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_out_of_bounds_read()
342 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_out_of_bounds_read()
360 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_out_of_bounds_write()
377 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_use_after_free_read()
392 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_double_free()
409 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_invalid_addr_free()
429 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_corruption()
435 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_corruption()
478 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_kmalloc_aligned_oob_read()
[all …]