Searched refs:pid_count (Results 1 – 1 of 1) sorted by relevance
223 size_t pid_count = 0; in read_stats() local276 if (pid_count >= sizeof(pids) / sizeof(pids[0])) { in read_stats()277 fprintf(stderr, "warning: >%zu processes\n", pid_count); in read_stats()279 pids[pid_count++] = pid; in read_stats()284 size_t i, stats_count = pid_count * 2 + 200; // 200 for stat, yaffs, etc. in read_stats()287 for (i = 0; i < pid_count; i++) { in read_stats()