Home
last modified time | relevance | path

Searched defs:is_assert (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/kernel/kcsan/
Dcore.c462 const bool is_assert = (type & KCSAN_ACCESS_ASSERT) != 0; in kcsan_found_watchpoint() local
530 const bool is_assert = (type & KCSAN_ACCESS_ASSERT) != 0; in kcsan_setup_watchpoint() local
Dkcsan_test.c159 const bool is_assert = (r->access[0].type | r->access[1].type) & KCSAN_ACCESS_ASSERT; in __report_matches() local