type golang.org/x/sys/unix.PollFd

4 uses

	golang.org/x/sys/unix (current package)
		syscall_linux.go#L154: func Ppoll(fds []PollFd, timeout *Timespec, sigmask *Sigset_t) (n int, err error) {
		syscall_linux.go#L161: func Poll(fds []PollFd, timeout int) (n int, err error) {
		zsyscall_linux.go#L137: func ppoll(fds *PollFd, nfds int, timeout *Timespec, sigmask *Sigset_t) (n int, err error) {
		ztypes_linux.go#L898: type PollFd struct {