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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c766 u_int max_vectors; local
832 max_vectors = mp->mnt_segreadcnt;
838 max_vectors = mp->mnt_segwritecnt;
840 KERNEL_DEBUG((FSDBG_CODE(DBG_FSRW, 22)) | DBG_FUNC_NONE, max_iosize, max_vectors, mp->mnt_devblocksize, 0, 0);
1213 if (pg_count > max_vectors) {
1214 if (((pg_count - max_vectors) * PAGE_SIZE) > io_size) {
1218 io_size -= (pg_count - max_vectors) * PAGE_SIZE;
1219 pg_count = max_vectors;

Completed in 20 milliseconds