Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dvdev_mirror.c100 static int non_rotating_inc = 0; variable
102 SYSCTL_INT(_vfs_zfs_vdev_mirror, OID_AUTO, non_rotating_inc, CTLFLAG_RWTUN,
103 &non_rotating_inc, 0,
173 return (load + non_rotating_inc); in vdev_mirror_load()