Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/vfs/
H A Dvfs_cluster.c5390 u_int32_t max_rd_ahead; in cluster_read_direct() local
5412 &max_rd_ahead) || (max_rd_ahead > overlapping_read_max))) { in cluster_read_direct()
5413 max_rd_ahead = overlapping_read_max; in cluster_read_direct()
5567 max_rd_ahead = max_throttle_size - 1; in cluster_read_direct()
5571 max_rd_ahead = max_rd_size * IO_SCALE(vp, 2); in cluster_read_direct()
5827 cluster_iostate_wait(&iostate, max_rd_ahead, "cluster_read_direct"); in cluster_read_direct()