Searched refs:pdp1 (Results 1 – 2 of 2) sorted by relevance
561 polldat_t *pdp1; in port_cache_grow_hashtbl() local579 pdp1 = pdp->pd_hashnext; in port_cache_grow_hashtbl()581 pdp = pdp1; in port_cache_grow_hashtbl()
1097 polldat_t *pdp1; in pcache_insert_fd() local1098 for (pdp1 = pdp->pd_hashnext; pdp1; pdp1 = pdp1->pd_hashnext) { in pcache_insert_fd()1099 ASSERT(pdp->pd_fd != pdp1->pd_fd); in pcache_insert_fd()1115 polldat_t *pdp, *pdp1; in pcache_grow_hashtbl() local1139 pdp1 = pdp->pd_hashnext; in pcache_grow_hashtbl()1141 pdp = pdp1; in pcache_grow_hashtbl()