Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/vfs/
H A Dvfs_cluster.c4752 u_int32_t max_rd_ahead; in cluster_read_direct() local
4773 &max_rd_ahead) || (max_rd_ahead > overlapping_read_max))) { in cluster_read_direct()
4774 max_rd_ahead = overlapping_read_max; in cluster_read_direct()
4902 max_rd_ahead = max_throttle_size - 1; in cluster_read_direct()
4906 max_rd_ahead = max_rd_size * IO_SCALE(vp, 2); in cluster_read_direct()
5162 cluster_iostate_wait(&iostate, max_rd_ahead, "cluster_read_direct"); in cluster_read_direct()