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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_zfetch.c47 uint32_t zfetch_max_streams = 8; variable
62 &zfetch_max_streams, 0, "Max # of streams per zfetch");
189 * The maximum number of streams is normally zfetch_max_streams,
196 uint32_t max_streams = MAX(1, MIN(zfetch_max_streams,

Completed in 49 milliseconds