Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/vm/
H A Dvm_seg.c554 pheadp = &seg->s_phead; in seg_pinactive()
689 pheadp = &seg->s_phead; in seg_pinactive()
865 pheadp = &seg->s_phead; in seg_pinsert()
1082 pheadp = &((seg_t *)htag0)->s_phead; in seg_ppurge_async()
1314 pheadp = &seg->s_phead; in seg_ppurge()
1607 new->s_phead.p_lnext = &new->s_phead; in seg_alloc()
1608 new->s_phead.p_lprev = &new->s_phead; in seg_alloc()
1691 ASSERT(seg->s_phead.p_lnext == &seg->s_phead); in seg_free()
1692 ASSERT(seg->s_phead.p_lprev == &seg->s_phead); in seg_free()
H A Dseg.h112 pcache_link_t s_phead; /* head of seg's pcache list */ member