Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_cluster.c1194 u_int max_vectors; in cluster_io() local
1263 max_vectors = mp->mnt_segreadcnt; in cluster_io()
1282 max_vectors = mp->mnt_segwritecnt; in cluster_io()
1287 …KERNEL_DEBUG((FSDBG_CODE(DBG_FSRW, 22)) | DBG_FUNC_NONE, max_iosize, max_vectors, mp->mnt_devblock… in cluster_io()
1779 if (pg_count > max_vectors) { in cluster_io()
1780 if (((pg_count - max_vectors) * PAGE_SIZE) > io_size) { in cluster_io()
1784 io_size -= (pg_count - max_vectors) * PAGE_SIZE; in cluster_io()
1785 pg_count = max_vectors; in cluster_io()