Searched defs: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 */
84 struct seg_pcache *p_hprev;
101 struct seg_pcache *p_hnext; /* list for hashed blocks */
102 struct seg_pcache *p_hprev;
108 struct seg_pcache *p_hnext; /* list for hashed blocks */
109 struct seg_pcache *p_hprev;
157 kmem_cache_t *p_kmcache; /* kmem cache for seg_pcache structs */
244 #define plink2pcache(pl) ((struct seg_pcache *)((uintptr_t)(pl) - \
245 offsetof(struct seg_pcache, p_plin
[all...]

Completed in 57 milliseconds