Home
last modified time | relevance | path

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

/kernel/kcsan/
Dkcsan_test.c209 const int ty = r->access[i].type; in __report_matches() local
211 (ty & KCSAN_ACCESS_ASSERT) ? in __report_matches()
212 ((ty & KCSAN_ACCESS_WRITE) ? in __report_matches()
215 ((ty & KCSAN_ACCESS_WRITE) ? in __report_matches()
216 ((ty & KCSAN_ACCESS_COMPOUND) ? in __report_matches()
220 const bool is_atomic = (ty & KCSAN_ACCESS_ATOMIC); in __report_matches()
221 const bool is_scoped = (ty & KCSAN_ACCESS_SCOPED); in __report_matches()