Home | History | Annotate | Download | only in dumpstate

Lines Matching refs:write_perf

611         unsigned long write_perf = 0;
616 write_perf = ((unsigned long long)SECTOR_SIZE
629 if (!write_perf && !write_ios) {
633 read_ios, write_perf, write_ios, queue);
637 if ((write_perf > 1) && (write_perf < worst_write_perf)) {
638 worst_write_perf = write_perf;