Home
last modified time | relevance | path

Searched refs:bad_count (Results 1 – 1 of 1) sorted by relevance

/packages/experimental/procstatlog/
Dprocstatlog.c220 static size_t bad_count = 0; in read_stats() local
239 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()