var github.com/prometheus/procfs.nodeZoneRE

2 uses

	github.com/prometheus/procfs (current package)
		zoneinfo.go#L69: var nodeZoneRE = regexp.MustCompile(`(\d+), zone\s+(\w+)`)
		zoneinfo.go#L96: 			if nodeZone := nodeZoneRE.FindStringSubmatch(line); nodeZone != nil {