Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/kcsan/
Dkcsan_test.c727 bool match_expect = false; in test_basic() local
732 match_expect |= report_matches(&expect); in test_basic()
735 KUNIT_EXPECT_TRUE(test, match_expect); in test_basic()
759 bool match_expect = false; in test_concurrent_races() local
764 match_expect |= report_matches(&expect); in test_concurrent_races()
767 KUNIT_EXPECT_TRUE(test, match_expect); /* Sanity check matches exist. */ in test_concurrent_races()
787 bool match_expect = false; in test_novalue_change() local
792 match_expect = report_matches(&expect_rw) || report_matches(&expect_ww); in test_novalue_change()
793 } while (!end_test_checks(match_expect)); in test_novalue_change()
795 KUNIT_EXPECT_FALSE(test, match_expect); in test_novalue_change()
[all …]