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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c3506 u_int32_t max_rd_size; local
3541 max_rd_size = max_prefetch;
3561 max_rd_size = THROTTLE_MAX_IOSIZE;
3610 if ((last_ioread_offset - uio->uio_offset) <= max_rd_size && prefetch_enabled) {
3618 if (size_of_prefetch > max_rd_size)
3619 size_of_prefetch = max_rd_size;
3715 if (io_size > max_rd_size)
3716 io_size = max_rd_size;
3853 if (size_of_prefetch > max_rd_size)
3854 size_of_prefetch = max_rd_size;
4039 u_int32_t max_rd_size; local
[all...]

Completed in 19 milliseconds