Searched refs:bad_count (Results 1 – 1 of 1) sorted by relevance
220 static size_t bad_count = 0; in read_stats() local239 while (bad_pos < bad_count && bad[bad_pos] < pid) ++bad_pos; in read_stats()240 if (bad_pos < bad_count && bad[bad_pos] == pid) continue; in read_stats()264 if (bad_count < sizeof(bad) / sizeof(bad[0])) { in read_stats()265 int pos = bad_count++; in read_stats()