func github.com/prometheus/procfs.parseSoftIRQStat

2 uses

	github.com/prometheus/procfs (current package)
		stat.go#L126: func parseSoftIRQStat(line string) (SoftIRQStat, uint64, error) {
		stat.go#L217: 			softIRQStats, total, err := parseSoftIRQStat(line)