Searched refs:report_matches (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/mm/kmsan/ |
D | kmsan_test.c | 80 static bool report_matches(const struct expect_report *r) in report_matches() function 161 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_uninit_kmalloc() 176 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_kmalloc() 188 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_kzalloc() 199 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_uninit_stack_var() 210 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_stack_var() 250 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_params() 270 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_uninit_multiple_params() 297 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_uninit_kmsan_check_memory() 328 KUNIT_EXPECT_TRUE(test, report_matches(&expect)); in test_init_kmsan_vmap_vunmap() [all …]
|
/Linux-v6.1/kernel/kcsan/ |
D | kcsan_test.c | 288 #define report_matches report_matches_any_reordered macro 290 #define report_matches __report_matches macro 727 match_expect |= report_matches(&expect); in test_basic() 728 match_never = report_matches(&never); in test_basic() 759 match_expect |= report_matches(&expect); in test_concurrent_races() 760 match_never |= report_matches(&never); in test_concurrent_races() 787 match_expect = report_matches(&expect_rw) || report_matches(&expect_ww); in test_novalue_change() 819 match_expect = report_matches(&expect_rw) || report_matches(&expect_ww); in test_novalue_change_exception() 838 match_expect = report_matches(&expect); in test_unknown_origin() 861 match_expect = report_matches(&expect); in test_write_write_assume_atomic() [all …]
|
/Linux-v6.1/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 …]
|