Home
last modified time | relevance | path

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

/xnu-11215.81.4/tests/
H A Ddisk_mount_conditioner.c72 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;
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_disk_conditioner.c143 } 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()
/xnu-11215.81.4/bsd/sys/
H A Dfsctl.h250 uint64_t write_throughput_mbps; // maximum throughput for writes member