Home
last modified time | relevance | path

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

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