Home
last modified time | relevance | path

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

/packages/experimental/procstatlog/
Dprocstatlog.c105 struct data *stats, int stats_count) { in read_lines() argument
128 line != NULL && num < stats_count; in read_lines()
160 static int read_proc_yaffs(struct data *stats, int stats_count) { in read_proc_yaffs() argument
177 line != NULL && num < stats_count; in read_proc_yaffs()
284 size_t i, stats_count = pid_count * 2 + 200; // 200 for stat, yaffs, etc. in read_stats() local
285 struct data *stats = malloc((stats_count + 1) * sizeof(struct data)); in read_stats()
295 struct data *end = stats + stats_count; in read_stats()
296 next += read_proc_yaffs(next, stats + stats_count - next); in read_stats()
305 assert(next < stats + stats_count); in read_stats()