func github.com/prometheus/procfs.evalStatusLine

2 uses

	github.com/prometheus/procfs (current package)
		mdstat.go#L94: 		active, total, size, err := evalStatusLine(lines[i], lines[i+1])
		mdstat.go#L146: func evalStatusLine(deviceLine, statusLine string) (active, total, size int64, err error) {