func internal/runtime/cgroup.ReadCPULimit

2 uses

	internal/runtime/cgroup (current package)
		cgroup_linux.go#L164: func ReadCPULimit(c CPU) (float64, bool, error) {

	runtime
		cgroup_linux.go#L110: 	limit, ok, err := cgroup.ReadCPULimit(cpu)