Searched refs:read_throughput_mbps (Results 1 – 3 of 3) sorted by relevance
71 info.read_throughput_mbps = 40;150 info.read_throughput_mbps = 0;175 info.read_throughput_mbps = 0;197 info.read_throughput_mbps = 0;301 info.read_throughput_mbps = 40;
141 if (info->read_throughput_mbps && (bp->b_flags & B_READ)) { in disk_conditioner_delay()142 …delay_usec += (uint64_t)(total_size / ((double)(info->read_throughput_mbps * 1024 * 1024 / 8) / US… in disk_conditioner_delay()
249 uint64_t read_throughput_mbps; // maximum throughput for reads member