Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/vfs/
H A Dvfs_cluster.c5189 u_int32_t max_rd_ahead; in cluster_read_direct() local
5210 &max_rd_ahead) || (max_rd_ahead > overlapping_read_max))) { in cluster_read_direct()
5211 max_rd_ahead = overlapping_read_max; in cluster_read_direct()
5345 max_rd_ahead = max_throttle_size - 1; in cluster_read_direct()
5349 max_rd_ahead = max_rd_size * IO_SCALE(vp, 2); in cluster_read_direct()
5605 cluster_iostate_wait(&iostate, max_rd_ahead, "cluster_read_direct"); in cluster_read_direct()