Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/vfs/
H A Dvfs_cluster.c378 cluster_max_prefetch(vnode_t vp, uint32_t max_io_size, uint32_t prefetch_limit) in cluster_max_prefetch() argument
385 (prefetch > prefetch_limit))) { in cluster_max_prefetch()
386 prefetch = prefetch_limit; in cluster_max_prefetch()