Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/syscall/
H A Dpoll.c748 struct plist *plhead = NULL, *pltail = NULL; in pollwakeup() local
820 if (plhead == NULL) { in pollwakeup()
821 plhead = t; in pollwakeup()
900 if (plhead != NULL && &plhead->pp->port_pollhd == php) { in pollwakeup()
902 port_pollwkdone(plhead->pp); in pollwakeup()
903 t = plhead; in pollwakeup()
904 plhead = plhead->next; in pollwakeup()
915 if (plhead != NULL) { in pollwakeup()
916 php = &plhead->pp->port_pollhd; in pollwakeup()
917 events = plhead->pevents; in pollwakeup()