Searched refs:report_matches (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/mm/kmsan/ |
D | kmsan_test.c | 81 static bool report_matches(const struct expect_report *r) in report_matches() function 162 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_uninit_kmalloc() 177 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_kmalloc() 189 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_kzalloc() 200 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_uninit_stack_var() 211 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_stack_var() 251 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_params() 271 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_uninit_multiple_params() 298 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_uninit_kmsan_check_memory() 329 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_kmsan_vmap_vunmap() [all …]
|
/linux-6.1.9/kernel/kcsan/ |
D | kcsan_test.c | 293 #define report_matches report_matches_any_reordered macro 295 #define report_matches __report_matches macro 732 match_expect |= report_matches(&expect); in test_basic() 733 match_never = report_matches(&never); in test_basic() 764 match_expect |= report_matches(&expect); in test_concurrent_races() 765 match_never |= report_matches(&never); in test_concurrent_races() 792 match_expect = report_matches(&expect_rw) || report_matches(&expect_ww); in test_novalue_change() 824 match_expect = report_matches(&expect_rw) || report_matches(&expect_ww); in test_novalue_change_exception() 843 match_expect = report_matches(&expect); in test_unknown_origin() 866 match_expect = report_matches(&expect); in test_write_write_assume_atomic() [all …]
|
/linux-6.1.9/mm/kfence/ |
D | kfence_test.c | 95 static bool report_matches(const struct expect_report *r) in report_matches() function 340 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_out_of_bounds_read() 346 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_out_of_bounds_read() 364 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_out_of_bounds_write() 381 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_use_after_free_read() 396 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_double_free() 413 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_invalid_addr_free() 433 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_corruption() 439 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_corruption() 482 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_kmalloc_aligned_oob_read() [all …]
|