Searched refs:test_size (Results 1 – 4 of 4) sorted by relevance
56 static struct test_size_param test_size[] = { variable75 #define TEST_CNT (sizeof test_size / sizeof test_size[0])504 buf = malloc(!custom ? test_size[TEST_CNT - 1].size : transfer_size); in run()525 if (test_size[i].option > size_option) in run()527 init_latency_test(test_size[i].size); in run()538 if (test_size[i].option > size_option) in run()540 init_bandwidth_test(test_size[i].size); in run()
56 static struct test_size_param test_size[] = { variable75 #define TEST_CNT (sizeof test_size / sizeof test_size[0])503 buf = malloc(!custom ? test_size[TEST_CNT - 1].size : transfer_size); in run()524 if (test_size[i].option > size_option) in run()526 init_latency_test(test_size[i].size); in run()543 if (test_size[i].option > size_option) in run()545 init_bandwidth_test(test_size[i].size); in run()
51 static int test_size[] = { variable58 #define TEST_CNT (sizeof test_size / sizeof test_size[0])456 init_latency_test(test_size[i]); in client_run()460 init_bandwidth_test(test_size[i]); in client_run()
258 off_t test_size = size; in do_copy_file_range() local263 while (test_size > 0) { in do_copy_file_range()265 &test_off_out, test_size, 0); in do_copy_file_range()267 test_size -= r; in do_copy_file_range()