Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/vfs/
H A Dvfs_cluster.c4828 u_int32_t max_rd_ahead; in cluster_read_direct() local
4849 &max_rd_ahead) || (max_rd_ahead > overlapping_read_max))) { in cluster_read_direct()
4850 max_rd_ahead = overlapping_read_max; in cluster_read_direct()
4978 max_rd_ahead = max_throttle_size - 1; in cluster_read_direct()
4982 max_rd_ahead = max_rd_size * IO_SCALE(vp, 2); in cluster_read_direct()
5238 cluster_iostate_wait(&iostate, max_rd_ahead, "cluster_read_direct"); in cluster_read_direct()