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

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_mirror.c92 static int rotating_seek_offset = 1 * 1024 * 1024; variable
94 SYSCTL_INT(_vfs_zfs_vdev_mirror, OID_AUTO, rotating_seek_offset, CTLFLAG_RWTUN,
95 &rotating_seek_offset, 0, "Offset in bytes from the last I/O which "
193 if (ABS(lastoffset - zio_offset) < rotating_seek_offset)

Completed in 197 milliseconds