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

/packages/experimental/procstatlog/
H A Dprocstatlog.c97 // Returns the number of entries written (always <= stats_count).
105 struct data *stats, int stats_count) {
128 line != NULL && num < stats_count;
159 // Returns the number of entries written (always <= stats_count).
160 static int read_proc_yaffs(struct data *stats, int stats_count) { argument
177 line != NULL && num < stats_count;
284 size_t i, stats_count = pid_count * 2 + 200; // 200 for stat, yaffs, etc. local
285 struct data *stats = malloc((stats_count + 1) * sizeof(struct data));
295 struct data *end = stats + stats_count;
296 next += read_proc_yaffs(next, stats + stats_count
102 read_lines( const char *filename, char delimiter, const char *terminator, int skip_words, struct data *stats, int stats_count) argument
[all...]

Completed in 110 milliseconds