runtime.pollDesc.link (field)

4 uses

	runtime (current package)
		netpoll.go#L70: 	link *pollDesc // in pollcache, protected by pollcache.lock
		netpoll.go#L186: 	pd.link = c.first
		netpoll.go#L542: 			pd.link = c.first
		netpoll.go#L547: 	c.first = pd.link