Searched refs:ramdisk_path (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.141.3/tools/tests/perf_index/ |
| H A D | perfindex-ram_file_write.c | 9 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 D | perfindex-ram_file_read.c | 9 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 D | perfindex-ram_file_create.c | 9 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);
|