Searched refs:print_report (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/kcsan/
H A Dreport.c388 static void print_report(enum kcsan_value_change value_change, function
678 * called in print_report() is scheduler-safe, accept the risk, and just
689 * be done once we know the full stack trace in print_report().
692 print_report(value_change, &ai, other_info, old, new, mask);
710 print_report(KCSAN_VALUE_CHANGE_TRUE, &ai, NULL, old, new, mask);
/linux-master/mm/kasan/
H A Dreport.c477 static void print_report(struct kasan_report_info *info) function
563 print_report(&info);
601 print_report(&info);
/linux-master/tools/testing/selftests/net/
H A Dudpgso_bench_tx.c623 static void print_report(unsigned long num_msgs, unsigned long num_sends) function
709 print_report(num_msgs, num_sends);

Completed in 165 milliseconds