var github.com/prometheus/procfs.recoveryLineRE

2 uses

	github.com/prometheus/procfs (current package)
		mdstat.go#L26: 	recoveryLineRE = regexp.MustCompile(`\((\d+)/\d+\)`)
		mdstat.go#L183: 	matches := recoveryLineRE.FindStringSubmatch(recoveryLine)