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

/system/extras/tests/directiotest/
H A Ddirectiotest.c45 #define NUM_TEST_BLKS 128 macro
211 test_size = (size_t)blk_size * NUM_TEST_BLKS;
224 if (num_blks / NUM_TEST_BLKS > INT_MAX) {
229 test_areas = num_blks / NUM_TEST_BLKS;
235 uint64_t cur_blk = (uint64_t)i * NUM_TEST_BLKS;

Completed in 104 milliseconds