Searched defs:plhead (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c774 struct plist *plhead = NULL, *pltail = NULL; local
823 if (plhead == NULL) {
824 plhead = t;
897 if (plhead != NULL && &plhead->pp->port_pollhd == php) {
899 port_pollwkdone(plhead->pp);
900 t = plhead;
901 plhead = plhead->next;
912 if (plhead !
[all...]

Completed in 62 milliseconds