Lines Matching refs:bad_hist
620 static int bad_hist[BROKEN_MAX];
715 bad_hist[BROKEN_ACQUIRE]++;
779 bad_hist[BROKEN_ACQUIRED]++;
837 bad_hist[BROKEN_CONTENDED]++;
901 bad_hist[BROKEN_RELEASE]++;
1200 bad_hist[BROKEN_CONTENDED]++;
1264 bad_hist[BROKEN_ACQUIRED]++;
1351 broken += bad_hist[i];
1361 fprintf(lock_output, " %10s: %d\n", name[i], bad_hist[i]);
1865 fprintf(lock_output, "%s bad_%s=%d", sep, name[i], bad_hist[i]);