Searched refs:bad_pos (Results 1 – 1 of 1) sorted by relevance
231 size_t bad_pos = 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()