Home
last modified time | relevance | path

Searched refs:plhead (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c783 struct plist *plhead = NULL, *pltail = NULL; in pollwakeup() local
832 if (plhead == NULL) { in pollwakeup()
833 plhead = t; in pollwakeup()
906 if (plhead != NULL && &plhead->pp->port_pollhd == php) { in pollwakeup()
908 port_pollwkdone(plhead->pp); in pollwakeup()
909 t = plhead; in pollwakeup()
910 plhead = plhead->next; in pollwakeup()
921 if (plhead != NULL) { in pollwakeup()
922 php = &plhead->pp->port_pollhd; in pollwakeup()
923 events = plhead->pevents; in pollwakeup()