Searched refs:p_hnext (Results 1 – 1 of 1) sorted by relevance
83 struct seg_pcache *p_hnext; /* list for hashed blocks */ member101 struct seg_pcache *p_hnext; /* list for hashed blocks */ member108 struct seg_pcache *p_hnext; /* list for hashed blocks */ member290 ASSERT((struct seg_phash *)hp->p_hnext != hp); in seg_padd_abuck()292 ASSERT(hp->p_hnext == hp->p_hprev); in seg_padd_abuck()293 ASSERT(!IS_PCP_WIRED(hp->p_hnext)); in seg_padd_abuck()294 ASSERT(hp->p_hnext->p_hnext == (struct seg_pcache *)hp); in seg_padd_abuck()344 ASSERT((struct seg_phash *)hp->p_hnext == hp); in seg_premove_abuck()431 for (pcp = hp->p_hnext; pcp != (struct seg_pcache *)hp; in seg_plookup_checkdup()432 pcp = pcp->p_hnext) { in seg_plookup_checkdup()[all …]