Searched refs:p_hprev (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_seg.c84 struct seg_pcache *p_hprev; member in struct:seg_pcache
102 struct seg_pcache *p_hprev; member in struct:seg_phash
109 struct seg_pcache *p_hprev; member in struct:seg_phash_wired
291 ASSERT((struct seg_phash *)hp->p_hprev != hp);
292 ASSERT(hp->p_hnext == hp->p_hprev);
295 ASSERT(hp->p_hprev->p_hprev == (struct seg_pcache *)hp);
345 ASSERT((struct seg_phash *)hp->p_hprev == hp);
444 pcp->p_hprev->p_hnext = pcp->p_hnext;
445 pcp->p_hnext->p_hprev
[all...]

Completed in 72 milliseconds