Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/kcsan/
H A Dreport.c64 static struct other_info other_infos[CONFIG_KCSAN_NUM_WATCHPOINTS + NUM_SLOTS-1]; variable
609 ? NULL : &other_infos[watchpoint_idx]; in kcsan_report()
612 if (WARN_ON(watchpoint_idx < 0 || watchpoint_idx >= ARRAY_SIZE(other_infos))) in kcsan_report()