Searched refs:pd_hashnext (Results 1 – 5 of 5) sorted by relevance
154 pdp = pdp->pd_hashnext; in port_cache_lookup_fp()579 pdp1 = pdp->pd_hashnext; in port_cache_grow_hashtbl()599 pdp->pd_hashnext = PFTOD(*bucket); in port_cache_insert_fd()672 pdpnext = pdp->pd_hashnext; in port_close_sourcefd()
560 *bucket = PDTOF(pdp->pd_hashnext); in port_pcache_remove_fd()575 cpdp = cpdp->pd_hashnext; in port_pcache_remove_fd()578 lpdp->pd_hashnext = pdp->pd_hashnext; in port_pcache_remove_fd()
158 struct polldat *pd_hashnext; /* next on pollhead's ph_list */ member
1054 pdp = pdp->pd_hashnext; in pcache_lookup_fd()1088 pdp->pd_hashnext = pcp->pc_hash[hashindex]; in pcache_insert_fd()1098 for (pdp1 = pdp->pd_hashnext; pdp1; pdp1 = pdp1->pd_hashnext) { in pcache_insert_fd()1139 pdp1 = pdp->pd_hashnext; in pcache_grow_hashtbl()1191 for (pdp = hashtbl[i]; pdp; pdp = pdp->pd_hashnext) { in pcache_clean()2600 for (pdp = hashtbl[i]; pdp; pdp = pdp->pd_hashnext) { in checkpolldat()2744 pdp2 = pdp->pd_hashnext; in pcache_destroy()
944 for (pdp = hashtbl[i]; pdp; pdp = pdp->pd_hashnext) { in dpclose()