Lines Matching defs:next
777 struct plist *next;
854 pltail->next = t;
861 goto next;
915 next:
935 plhead = plhead->next;
1619 * cached list for next poll.
1673 * poll list. Find the next one on the
1737 * effect on next poll().
1852 * will be called on this fd in next poll.
1933 * adjust map pointers for next round
2251 * removal of this cached entry in next poll(). The cleanup is done
2357 pollstate_t *rem, *next;
2376 for (rem = pollstate_contenders; rem != NULL; rem = next) {
2378 next = rem->ps_contend_nextp;
2416 next = pollstate_contenders;
2552 * the pcacheset events field POLLCLOSED to force the next poll() to remove