Lines Matching refs:bad
750 static void print_bad_events(int bad, int total)
758 pr_info("bad: %d, total: %d\n", bad, total);
759 pr_info("bad rate: %f %%\n", (double)bad / (double)total * 100);
760 pr_info("histogram of events caused bad sequence\n");
770 int bad, total;
782 bad = total = 0;
786 bad++;
814 print_bad_events(bad, total);