Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/vfs/
H A Dvfs_cluster.c5209 u_int32_t max_rd_ahead; in cluster_read_direct() local
5230 &max_rd_ahead) || (max_rd_ahead > overlapping_read_max))) { in cluster_read_direct()
5231 max_rd_ahead = overlapping_read_max; in cluster_read_direct()
5359 max_rd_ahead = max_throttle_size - 1; in cluster_read_direct()
5363 max_rd_ahead = max_rd_size * IO_SCALE(vp, 2); in cluster_read_direct()
5619 cluster_iostate_wait(&iostate, max_rd_ahead, "cluster_read_direct"); in cluster_read_direct()