Home
last modified time | relevance | path

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

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