Searched refs:max_blocks (Results 1 - 1 of 1) sorted by last modified time

/system/extras/tests/ext4/
H A Drand_emmc_perf.c44 unsigned long long max_blocks; local
84 max_blocks = atol(argv[optind]) * ((1024*1024) / TST_BLK_SIZE);
104 if (lseek64(fd, (rand() % max_blocks) * TST_BLK_SIZE, SEEK_SET) < 0) {

Completed in 25 milliseconds