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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c928 u_int max_vectors; local
994 max_vectors = mp->mnt_segreadcnt;
1000 max_vectors = mp->mnt_segwritecnt;
1002 KERNEL_DEBUG((FSDBG_CODE(DBG_FSRW, 22)) | DBG_FUNC_NONE, max_iosize, max_vectors, mp->mnt_devblocksize, 0, 0);
1396 if (pg_count > max_vectors) {
1397 if (((pg_count - max_vectors) * PAGE_SIZE) > io_size) {
1401 io_size -= (pg_count - max_vectors) * PAGE_SIZE;
1402 pg_count = max_vectors;

Completed in 14 milliseconds