Home
last modified time | relevance | path

Searched refs:seg_pcache (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_seg.c82 struct seg_pcache { struct
83 struct seg_pcache *p_hnext; /* list for hashed blocks */ argument
84 struct seg_pcache *p_hprev; argument
101 struct seg_pcache *p_hnext; /* list for hashed blocks */ argument
102 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 …]