Searched defs:zfetch_max_streams (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_zfetch.c47 uint32_t zfetch_max_streams = 8; variable
173 * The maximum number of streams is normally zfetch_max_streams,
180 uint32_t max_streams = MAX(1, MIN(zfetch_max_streams,

Completed in 56 milliseconds