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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c248 uint32_t speculative_prefetch_max = 512; /* maximum number of pages to use for a specluative read-ahead */ variable
253 uint32_t speculative_prefetch_max = (MAX_UPL_SIZE * 3); variable
1744 if ((max_prefetch / PAGE_SIZE) > speculative_prefetch_max)
1745 max_prefetch = (speculative_prefetch_max * PAGE_SIZE);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_sysctl.c160 extern unsigned int speculative_prefetch_max;
2445 SYSCTL_UINT(_kern, OID_AUTO, speculative_prefetch_max,
2447 &speculative_prefetch_max, 0, "");

Completed in 23 milliseconds