Home | History | Annotate | Download | only in src

Lines Matching defs:disk

141     // Get a space separated sting of disk locations.
146 // Copy and remove the disk name.
147 string disk = locations.back();
150 logprintf(12, "Log: disk at %s\n", disk.c_str());
152 filename_.push_back(disk + "/sat_disk.a");
154 filename_.push_back(disk + "/sat_disk.b");
169 "with disk/network DMA.\n");
838 // Size of read blocks for disk test.
841 // Size of write blocks for disk test.
844 // Size of segment for disk test.
847 // Size of disk cache size for disk test.
859 // Do not write anything to disk in the disk test.
880 // Disk device names
891 // Set number of disk random threads for each disk write thread.
984 " --findfiles find locations to do disk IO automatically\n"
985 " -d device add a direct write disk thread with block "
987 " -f filename add a disk thread with "
995 " --filesize size size of disk IO tempfiles\n"
1010 " --segment-size size of segments to split disk into (-d)\n"
1011 " --cache-size size of disk cache (-d)\n"
1018 " --random-threads number of random threads for each disk "
1020 " --destructive write/wipe disk partition (-d)\n"
1054 // This may detect ECC corrected errors, disk problems, or
1130 // Set disk threads high priority. They don't take much processor time,
1131 // but blocking them will delay disk IO.
1183 // Disk stress threads.
1186 logprintf(12, "Log: Starting disk stress threads\n");
1588 logprintf(4, "Stats: Disk: %.2fM at %.2fMB/s\n",