Searched refs:max_vectors (Results 1 – 1 of 1) sorted by relevance
1467 u_int max_vectors; in cluster_io() local1536 max_vectors = mp->mnt_segreadcnt; in cluster_io()1569 max_vectors = mp->mnt_segwritecnt; in cluster_io()1574 …KERNEL_DEBUG((FSDBG_CODE(DBG_FSRW, 22)) | DBG_FUNC_NONE, max_iosize, max_vectors, mp->mnt_devblock… in cluster_io()2140 if (pg_count > max_vectors) { in cluster_io()2141 if (((pg_count - max_vectors) * PAGE_SIZE) > io_size) { in cluster_io()2145 io_size -= (pg_count - max_vectors) * PAGE_SIZE; in cluster_io()2146 pg_count = max_vectors; in cluster_io()