Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_cluster.c286 uint32_t speculative_prefetch_max = (2048 * 1024); /* maximum bytes in a specluative r… variable
291 uint32_t speculative_prefetch_max = (MAX_UPL_SIZE_BYTES * 3); /* maximum bytes in a specluative r… variable
2166 if (max_prefetch > speculative_prefetch_max) { in cluster_read_ahead()
2167 max_prefetch = speculative_prefetch_max; in cluster_read_ahead()
/xnu-8019.80.24/bsd/kern/
H A Dkern_sysctl.c188 extern unsigned int speculative_prefetch_max;
2529 SYSCTL_UINT(_kern, OID_AUTO, speculative_prefetch_max,
2531 &speculative_prefetch_max, 0, "");