Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/vfs/
H A Dvfs_cluster.c1218 u_int max_vectors; in cluster_io() local
1287 max_vectors = mp->mnt_segreadcnt; in cluster_io()
1306 max_vectors = mp->mnt_segwritecnt; in cluster_io()
1311 …KERNEL_DEBUG((FSDBG_CODE(DBG_FSRW, 22)) | DBG_FUNC_NONE, max_iosize, max_vectors, mp->mnt_devblock… in cluster_io()
1805 if (pg_count > max_vectors) { in cluster_io()
1806 if (((pg_count - max_vectors) * PAGE_SIZE) > io_size) { in cluster_io()
1810 io_size -= (pg_count - max_vectors) * PAGE_SIZE; in cluster_io()
1811 pg_count = max_vectors; in cluster_io()