func internal/runtime/cgroup.FindCPUCgroup

2 uses

	internal/runtime/cgroup (current package)
		cgroup_linux.go#L216: 	n, version, err := FindCPUCgroup(out, scratch)
		cgroup_linux.go#L233: func FindCPUCgroup(out []byte, scratch []byte) (int, Version, error) {