Home
last modified time | relevance | path

Searched refs:read_throughput_mbps (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.81.4/tests/
H A Ddisk_mount_conditioner.c71 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;
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_disk_conditioner.c141 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()
/xnu-11215.81.4/bsd/sys/
H A Dfsctl.h249 uint64_t read_throughput_mbps; // maximum throughput for reads member