HomeSort by relevance Sort by last modified time
    Searched refs:stats_count (Results 1 - 2 of 2) sorted by null

  /system/extras/tests/ext4/
rand_emmc_perf.c 49 static void print_stats(struct stats *stats_buf, int stats_count,
72 for (i = 0; i < stats_count; i++) {
89 avg_usecs = total_usecs / stats_count;
99 for (i = 0; i < stats_count; i++) {
106 sdev = sqrt((double)variance/(double)stats_count);
110 static void stats_test(int fd, int write_mode, off64_t max_blocks, int stats_count,
117 stats_buf = malloc(stats_count * sizeof(struct stats));
123 for (i = 0; i < stats_count; i++) {
143 print_stats(stats_buf, stats_count, full_stats_file);
189 int stats_count; local
    [all...]
  /packages/experimental/procstatlog/
procstatlog.c 97 // 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) {
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 - next)
    [all...]

Completed in 531 milliseconds