Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/librdmacm/examples/
H A Driostream.c56 static struct test_size_param test_size[] = { variable
75 #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()
H A Drstream.c56 static struct test_size_param test_size[] = { variable
75 #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()
H A Dudpong.c51 static int test_size[] = { variable
58 #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()
/freebsd/tests/sys/fs/fusefs/
H A Dio.cc258 off_t test_size = size; in do_copy_file_range() local
263 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()