Searched defs:p_hnext (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_seg.c83 struct seg_pcache *p_hnext; /* list for hashed blocks */ member in struct:seg_pcache
101 struct seg_pcache *p_hnext; /* list for hashed blocks */ member in struct:seg_phash
108 struct seg_pcache *p_hnext; /* list for hashed blocks */ member in struct:seg_phash_wired
290 ASSERT((struct seg_phash *)hp->p_hnext != hp);
292 ASSERT(hp->p_hnext == hp->p_hprev);
293 ASSERT(!IS_PCP_WIRED(hp->p_hnext));
294 ASSERT(hp->p_hnext->p_hnext == (struct seg_pcache *)hp);
344 ASSERT((struct seg_phash *)hp->p_hnext == hp);
431 for (pcp = hp->p_hnext; pc
[all...]

Completed in 58 milliseconds