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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c3614 u_int32_t max_rd_ahead; local
3620 max_rd_ahead = max_rd_size * 2;
3692 max_rd_ahead = HARD_THROTTLE_MAXSIZE - 1;
3695 max_rd_ahead = max_rd_size * 2;
3861 while ((iostate.io_issued - iostate.io_completed) > max_rd_ahead) {
3863 iostate.io_issued, iostate.io_completed, max_rd_ahead, 0, 0);
3869 iostate.io_issued, iostate.io_completed, max_rd_ahead, 0, 0);

Completed in 21 milliseconds