Home
last modified time | relevance | path

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

/packages/experimental/procstatlog/
Dprocstatlog.c231 size_t bad_pos = 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()