type internal/runtime/cgroup.Version

6 uses

	internal/runtime/cgroup (current package)
		cgroup_linux.go#L56: type Version int
		cgroup_linux.go#L59: 	VersionUnknown Version = iota
		cgroup_linux.go#L66: 	version Version
		cgroup_linux.go#L304: func FindCPU(out []byte, scratch []byte) (int, Version, error) {
		cgroup_linux.go#L346: func FindCPURelativePath(out []byte, scratch []byte) (int, Version, error) {
		cgroup_linux.go#L371: func parseCPURelativePath(fd int, read func(fd int, b []byte) (int, uintptr), out []byte, scratch []byte) (int, Version, error) {