Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/kern/
H A Dkern_sysctl.c204 extern unsigned int speculative_prefetch_max;
2827 SYSCTL_UINT(_kern, OID_AUTO, speculative_prefetch_max,
2829 &speculative_prefetch_max, 0, "");
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_cluster.c288 uint32_t speculative_prefetch_max = (2048 * 1024); /* maximum bytes in a specluative r… variable
293 uint32_t speculative_prefetch_max = (MAX_UPL_SIZE_BYTES * 3); /* maximum bytes in a specluative r… variable
2498 cluster_max_io_size(vp->v_mount, CL_READ), speculative_prefetch_max); in cluster_read_ahead()