runtime.pollCache.first (field)

8 uses

	runtime (current package)
		netpoll.go#L97: 	first *pollDesc
		netpoll.go#L186: 	pd.link = c.first
		netpoll.go#L187: 	c.first = pd
		netpoll.go#L531: 	if c.first == nil {
		netpoll.go#L542: 			pd.link = c.first
		netpoll.go#L543: 			c.first = pd
		netpoll.go#L546: 	pd := c.first
		netpoll.go#L547: 	c.first = pd.link