Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/vfs/
H A Dvfs_cluster.c381 uint32_t io_scale = IO_SCALE(vp, is_ssd ? PREFETCH_SSD : PREFETCH); in cluster_max_prefetch() local
384 if (__improbable(os_mul_overflow(max_io_size, io_scale, &prefetch) || in cluster_max_prefetch()