Lines Matching refs:pd_next
788 for (pdp = php->ph_list; pdp; pdp = pdp->pd_next) { in pollwakeup()
954 ASSERT3P(pdp->pd_next, ==, NULL); in polldat_associate()
959 for (polldat_t *wp = php->ph_list; wp != NULL; wp = wp->pd_next) { in polldat_associate()
964 pdp->pd_next = php->ph_list; in polldat_associate()
1007 *wpp = pdp->pd_next; in polldat_disassociate()
1008 pdp->pd_next = NULL; in polldat_disassociate()
1011 wpp = &wp->pd_next; in polldat_disassociate()
1012 wp = wp->pd_next; in polldat_disassociate()
1020 for (wp = *wpp; wp; wp = wp->pd_next) { in polldat_disassociate()
1346 ASSERT(pdp->pd_next == NULL); in pcache_insert()
1358 ASSERT(pdp->pd_next == NULL); in pcache_insert()
2673 php->ph_list = pdp->pd_next; in pollhead_clean()
2675 pdp->pd_next = NULL; in pollhead_clean()
2697 php->ph_list = pdp->pd_next; in pollhead_clean()
2699 pdp->pd_next = NULL; in pollhead_clean()
2777 pdp = pdp->pd_next; in pollcheckphlist()
2884 for (pdp = stp->sd_pollist.ph_list; pdp; pdp = pdp->pd_next) { in checkwfdlist()