Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/syscall/
H A Dpoll.c779 struct plist *plhead = NULL, *pltail = NULL; in pollwakeup() local
851 if (plhead == NULL) { in pollwakeup()
852 plhead = t; in pollwakeup()
931 if (plhead != NULL && &plhead->pp->port_pollhd == php) { in pollwakeup()
933 port_pollwkdone(plhead->pp); in pollwakeup()
934 t = plhead; in pollwakeup()
935 plhead = plhead->next; in pollwakeup()
946 if (plhead != NULL) { in pollwakeup()
947 php = &plhead->pp->port_pollhd; in pollwakeup()
948 events = plhead->pevents; in pollwakeup()