Searched refs:write_throughput_mbps (Results 1 – 3 of 3) sorted by relevance
72 info.write_throughput_mbps = 40;151 info.write_throughput_mbps = 0;176 info.write_throughput_mbps = 0;198 info.write_throughput_mbps = 0;302 info.write_throughput_mbps = 40;
143 } else if (info->write_throughput_mbps && !(bp->b_flags & B_READ)) { in disk_conditioner_delay()144 …delay_usec += (uint64_t)(total_size / ((double)(info->write_throughput_mbps * 1024 * 1024 / 8) / U… in disk_conditioner_delay()
250 uint64_t write_throughput_mbps; // maximum throughput for writes member