func syscall.TimevalToNsec

one use

	syscall (current package)
		timestruct.go#L24: func TimevalToNsec(tv Timeval) int64 { return tv.Nano() }