Searched refs:ramdisk_path (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/tools/tests/perf_index/
H A Dperfindex-ram_file_read.c9 char ramdisk_path[MAXPATHLEN]; variable
14 retval = setup_ram_volume(ramdisk_name, ramdisk_path);
17 printf("ramdisk: %s\n", ramdisk_path);
19 return test_file_read_setup(ramdisk_path, num_threads, length, 0L);
23 return test_file_read(ramdisk_path, thread_id, num_threads, length, 0L);
29 retval = test_file_read_cleanup(ramdisk_path, num_threads, length);
32 retval = cleanup_ram_volume(ramdisk_path);
H A Dperfindex-ram_file_write.c9 char ramdisk_path[MAXPATHLEN]; variable
14 retval = setup_ram_volume(ramdisk_name, ramdisk_path);
17 printf("ramdisk: %s\n", ramdisk_path);
19 return test_file_write_setup(ramdisk_path, num_threads, length);
23 return test_file_write(ramdisk_path, thread_id, num_threads, length, 0L);
29 retval = test_file_write_cleanup(ramdisk_path, num_threads, length);
32 retval = cleanup_ram_volume(ramdisk_path);
H A Dperfindex-ram_file_create.c9 char ramdisk_path[MAXPATHLEN]; variable
14 retval = setup_ram_volume(ramdisk_name, ramdisk_path);
17 printf("ramdisk: %s\n", ramdisk_path);
23 return test_file_create(ramdisk_path, thread_id, num_threads, length);
29 retval = cleanup_ram_volume(ramdisk_path);

Completed in 71 milliseconds