Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/vfs/
H A Dvfs_cluster.c1454 u_int max_vectors; in cluster_io() local
1523 max_vectors = mp->mnt_segreadcnt; in cluster_io()
1556 max_vectors = mp->mnt_segwritecnt; in cluster_io()
1561 …KERNEL_DEBUG((FSDBG_CODE(DBG_FSRW, 22)) | DBG_FUNC_NONE, max_iosize, max_vectors, mp->mnt_devblock… in cluster_io()
2110 if (pg_count > max_vectors) { in cluster_io()
2111 if (((pg_count - max_vectors) * PAGE_SIZE) > io_size) { in cluster_io()
2115 io_size -= (pg_count - max_vectors) * PAGE_SIZE; in cluster_io()
2116 pg_count = max_vectors; in cluster_io()