Home
last modified time | relevance | path

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

/linux/kernel/kcsan/
A Dkcsan_test.c459 match_never = report_matches(&never); in test_basic()
491 match_never |= report_matches(&never); in test_concurrent_races()
518 match_expect = report_matches(&expect_rw) || report_matches(&expect_ww); in test_novalue_change()
550 match_expect = report_matches(&expect_rw) || report_matches(&expect_ww); in test_novalue_change_exception()
569 match_expect = report_matches(&expect); in test_unknown_origin()
592 match_expect = report_matches(&expect); in test_write_write_assume_atomic()
617 match_expect = report_matches(&expect); in test_write_write_struct()
722 match_never = report_matches(&never); in test_zero_size_access()
806 match_never |= report_matches(&never); in test_assert_exclusive_access_writer()
895 match_expect_start |= report_matches(&expect_start1) || report_matches(&expect_start2); in test_assert_exclusive_access_scoped()
[all …]
/linux/mm/kfence/
A Dkfence_test.c341 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()
[all …]

Completed in 10 milliseconds