Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/vfs/
H A Dvfs_cluster.c433 cluster_max_prefetch(vnode_t vp, uint32_t max_io_size, uint32_t prefetch_limit) in cluster_max_prefetch() argument
440 (prefetch > prefetch_limit))) { in cluster_max_prefetch()
441 prefetch = prefetch_limit; in cluster_max_prefetch()