func github.com/prometheus/procfs.parsePSIStats

2 uses

	github.com/prometheus/procfs (current package)
		proc_psi.go#L65: 	return parsePSIStats(resource, bytes.NewReader(data))
		proc_psi.go#L69: func parsePSIStats(resource string, r io.Reader) (PSIStats, error) {