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

/system/extras/tests/ext4/
H A Drand_emmc_perf.c33 #define TST_BLK_SIZE 4096 macro
48 char buf[TST_BLK_SIZE] = { 0 };
83 /* Size is given in megabytes, so compute the number of TST_BLK_SIZE blocks. */
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 48 milliseconds