Searched refs:ph_list (Results 1 – 5 of 5) sorted by relevance
753 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 …]
106 struct polldat *ph_list; /* list of pollers */ member
638 if (so->so_poll_list.ph_list != NULL) { in sonode_fini()
378 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()
4622 ASSERT(pcp->prc_pollhead.ph_list == NULL); in prfreecommon()