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

/system/extras/tests/directiotest/
H A Ddirectiotest.c44 #define NUM_TEST_BLKS 128 macro
210 test_size = (size_t)blk_size * NUM_TEST_BLKS;
223 if (num_blks / NUM_TEST_BLKS > INT_MAX) {
228 test_areas = num_blks / NUM_TEST_BLKS;
234 uint64_t cur_blk = (uint64_t)i * NUM_TEST_BLKS;

Completed in 46 milliseconds