func internal/runtime/syscall.Read

3 uses

	internal/runtime/syscall (current package)
		syscall_linux.go#L59: func Read(fd int, p []byte) (n int, errno uintptr) {

	internal/runtime/cgroup
		cgroup_linux.go#L357: 	n, version, err := parseCPURelativePath(fd, syscall.Read, out[:], scratch)
		cgroup_linux.go#L499: 	n, err := parseCPUMount(fd, syscall.Read, out, scratch)