Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/kcsan/
Dreport.c40 struct other_info { struct
69 static struct other_info other_infos[CONFIG_KCSAN_NUM_WATCHPOINTS + NUM_SLOTS-1];
330 const struct other_info *other_info, in print_report() argument
346 if (other_info) { in print_report()
347 other_skipnr = get_stack_skipnr(other_info->stack_entries, in print_report()
348 other_info->num_stack_entries); in print_report()
349 other_frame = other_info->stack_entries[other_skipnr]; in print_report()
361 if (other_info) { in print_report()
370 get_bug_type(ai->access_type | other_info->ai.access_type), in print_report()
381 if (other_info) { in print_report()
[all …]