Searched refs:seg_pcache (Results 1 – 1 of 1) sorted by relevance
82 struct seg_pcache { struct83 struct seg_pcache *p_hnext; /* list for hashed blocks */ argument84 struct seg_pcache *p_hprev; argument101 struct seg_pcache *p_hnext; /* list for hashed blocks */ argument102 struct seg_pcache *p_hprev;108 struct seg_pcache *p_hnext; /* list for hashed blocks */109 struct seg_pcache *p_hprev;244 #define plink2pcache(pl) ((struct seg_pcache *)((uintptr_t)(pl) - \245 offsetof(struct seg_pcache, p_plink)))294 ASSERT(hp->p_hnext->p_hnext == (struct seg_pcache *)hp); in seg_padd_abuck()[all …]