Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/vfs/
H A Dvfs_cluster.c1220 u_int max_vectors; in cluster_io() local
1289 max_vectors = mp->mnt_segreadcnt; in cluster_io()
1308 max_vectors = mp->mnt_segwritecnt; in cluster_io()
1313 …KERNEL_DEBUG((FSDBG_CODE(DBG_FSRW, 22)) | DBG_FUNC_NONE, max_iosize, max_vectors, mp->mnt_devblock… in cluster_io()
1814 if (pg_count > max_vectors) { in cluster_io()
1815 if (((pg_count - max_vectors) * PAGE_SIZE) > io_size) { in cluster_io()
1819 io_size -= (pg_count - max_vectors) * PAGE_SIZE; in cluster_io()
1820 pg_count = max_vectors; in cluster_io()