Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/syscall/
H A Dpoll.c753 if (php->ph_list == NULL) { in pollwakeup()
762 for (pdp = php->ph_list; pdp; pdp = pdp->pd_next) in pollwakeup()
767 for (pdp = php->ph_list; pdp; pdp = pdp->pd_next) in pollwakeup()
772 pdp = php->ph_list; in pollwakeup()
887 pdp = php->ph_list; in pollwakeup()
952 for (wp = php->ph_list; wp; wp = wp->pd_next) { in pollhead_insert()
957 pdp->pd_next = php->ph_list; in pollhead_insert()
958 php->ph_list = pdp; in pollhead_insert()
972 for (wpp = &php->ph_list; (wp = *wpp) != NULL; wpp = &wp->pd_next) { in pollhead_delete()
2417 while (php->ph_list != NULL) { in pollhead_clean()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dpoll.h106 struct polldat *ph_list; /* list of pollers */ member
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c638 if (so->so_poll_list.ph_list != NULL) { in sonode_fini()
/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c378 stp->sd_pollist.ph_list = NULL; in stropen()
744 if (stp->sd_pollist.ph_list != NULL) { in strclose()
748 ASSERT(stp->sd_pollist.ph_list == NULL); in strclose()
/titanic_41/usr/src/uts/common/fs/proc/
H A Dprvnops.c4622 ASSERT(pcp->prc_pollhead.ph_list == NULL); in prfreecommon()