Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/vfs/
H A Dvfs_cluster.c380 cluster_max_prefetch(vnode_t vp, uint32_t max_io_size, uint32_t prefetch_limit) in cluster_max_prefetch() argument
387 (prefetch > prefetch_limit))) { in cluster_max_prefetch()
388 prefetch = prefetch_limit; in cluster_max_prefetch()