Home
last modified time | relevance | path

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

/kernel/kcsan/
Dkcsan_test.c221 const bool is_scoped = (ty & KCSAN_ACCESS_SCOPED); in __report_matches() local
223 (is_atomic && is_scoped) ? " (marked, reordered)" in __report_matches()
225 : (is_scoped ? " (reordered)" : "")); in __report_matches()