Home
last modified time | relevance | path

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

/linux/kernel/kcsan/
H A Dkcsan_test.c139 static bool report_available(void) in report_available() function
168 if (!report_available()) in __report_matches()
248 if (!report_available()) in __report_matches()
926 match_never = report_available(); in test_read_atomic_write_atomic()
1010 match_never = report_available(); in test_data_race()
1023 match_never = report_available(); in test_data_racy_qualifier()
1126 match_never = report_available(); in test_assert_exclusive_bits_nochange()
1201 match_never = report_available(); in test_jiffies_noreport()
1214 match_never = report_available(); in test_seqlock_noreport()
1267 match_never = report_available(); in test_atomic_builtins()
[all …]
/linux/mm/kmsan/
H A Dkmsan_test.c65 static bool report_available(void) in report_available() function
101 if (!report_available() || !r->symbol) in report_matches()
102 return (!report_available() && !r->symbol); in report_matches()
119 if (!report_available()) in report_matches()