Searched refs:report_matches (Results 1 - 3 of 3) sorted by relevance

/linux-master/mm/kmsan/
H A Dkmsan_test.c92 static bool report_matches(const struct expect_report *r) function
173 KUNIT_EXPECT_TRUE(test, report_matches(&expect));
188 KUNIT_EXPECT_TRUE(test, report_matches(&expect));
200 KUNIT_EXPECT_TRUE(test, report_matches(&expect));
211 KUNIT_EXPECT_TRUE(test, report_matches(&expect));
222 KUNIT_EXPECT_TRUE(test, report_matches(&expect));
262 KUNIT_EXPECT_TRUE(test, report_matches(&expect));
282 KUNIT_EXPECT_TRUE(test, report_matches(&expect));
309 KUNIT_EXPECT_TRUE(test, report_matches(&expect));
340 KUNIT_EXPECT_TRUE(test, report_matches(
[all...]
/linux-master/kernel/kcsan/
H A Dkcsan_test.c293 #define report_matches report_matches_any_reordered macro
295 #define report_matches __report_matches macro
729 match_expect |= report_matches(&expect);
730 match_never = report_matches(&never);
761 match_expect |= report_matches(&expect);
762 match_never |= report_matches(&never);
789 match_expect = report_matches(&expect_rw) || report_matches(&expect_ww);
821 match_expect = report_matches(&expect_rw) || report_matches(
[all...]
/linux-master/mm/kfence/
H A Dkfence_test.c95 static bool report_matches(const struct expect_report *r) function
342 KUNIT_EXPECT_TRUE(test, report_matches(&expect));
348 KUNIT_EXPECT_TRUE(test, report_matches(&expect));
366 KUNIT_EXPECT_TRUE(test, report_matches(&expect));
383 KUNIT_EXPECT_TRUE(test, report_matches(&expect));
398 KUNIT_EXPECT_TRUE(test, report_matches(&expect));
415 KUNIT_EXPECT_TRUE(test, report_matches(&expect));
435 KUNIT_EXPECT_TRUE(test, report_matches(&expect));
441 KUNIT_EXPECT_TRUE(test, report_matches(&expect));
484 KUNIT_EXPECT_TRUE(test, report_matches(
[all...]

Completed in 151 milliseconds