Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_seg.c93 struct seg_phash *p_hashp; /* our pcache hash bucket */
100 struct seg_phash { struct
154 struct seg_phash *p_htabwin; /* hash table for non wired entries */
223 ((struct seg_phash *)&seg_phashtab_wired[P_HASHWIRED_MASK & \
247 #define hlink2phash(hl, l) ((struct seg_phash *)((uintptr_t)(hl) - \
248 offsetof(struct seg_phash, p_halink[l])))
285 seg_padd_abuck(struct seg_phash *hp) in seg_padd_abuck()
290 ASSERT((struct seg_phash *)hp->p_hnext != hp); in seg_padd_abuck()
291 ASSERT((struct seg_phash *)hp->p_hprev != hp); in seg_padd_abuck()
339 seg_premove_abuck(struct seg_phash *hp, int athr) in seg_premove_abuck()
[all …]