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

/system/extras/tests/ext4/
H A Drand_emmc_perf.c110 static void stats_test(int fd, int write_mode, off64_t max_blocks, int stats_count, argument
126 if (lseek64(fd, (rand() % max_blocks) * TST_BLK_SIZE, SEEK_SET) < 0) {
146 static void perf_test(int fd, int write_mode, off64_t max_blocks) argument
156 if (lseek64(fd, (rand() % max_blocks) * TST_BLK_SIZE, SEEK_SET) < 0) {
191 off64_t max_blocks; local
240 max_blocks = atoll(argv[optind]) * ((1024*1024) / TST_BLK_SIZE);
258 stats_test(fd, write_mode, max_blocks, stats_count, full_stats_file);
260 perf_test(fd, write_mode, max_blocks);

Completed in 56 milliseconds