Home
last modified time | relevance | path

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

/xnu-8020.121.3/tools/tests/perf_index/
H A Dtest_file_helper.h10 int test_file_read(char* path, int thread_id, int num_threads, long long length, long long max_file…
H A Dperfindex-file_read.c22 return test_file_read(tempdir, thread_id, num_threads, length, 0L);
H A Dperfindex-ram_file_read.c23 return test_file_read(ramdisk_path, thread_id, num_threads, length, 0L);
H A Dtest_file_helper.c87 test_file_read(char* path, int thread_id, int num_threads, long long length, long long max_file_siz… in test_file_read() function