Lines Matching defs:pheadp
531 pcache_link_t *pheadp;
554 pheadp = &seg->s_phead;
557 pheadp = &->a_phead;
602 ASSERT(pheadp->p_lnext != pheadp);
603 ASSERT(pheadp->p_lprev != pheadp);
689 pheadp = &seg->s_phead;
692 pheadp = &->a_phead;
807 pcache_link_t *pheadp;
865 pheadp = &seg->s_phead;
869 pheadp = &->a_phead;
887 pcp->p_plink.p_lnext = pheadp->p_lnext;
888 pcp->p_plink.p_lprev = pheadp;
889 pheadp->p_lnext->p_lprev = &pcp->p_plink;
890 pheadp->p_lnext = &pcp->p_plink;
1060 pcache_link_t *pheadp;
1079 pheadp = &((amp_t *)htag0)->a_phead;
1082 pheadp = &((seg_t *)htag0)->s_phead;
1088 ASSERT(pheadp->p_lnext != pheadp);
1089 ASSERT(pheadp->p_lprev != pheadp);
1309 pcache_link_t *pheadp;
1314 pheadp = &seg->s_phead;
1317 pheadp = &->a_phead;
1321 while ((plinkp = pheadp->p_lnext) != pheadp) {
1331 ASSERT(plinkp->p_lprev == pheadp);
1332 pheadp->p_lnext = plinkp->p_lnext;
1333 plinkp->p_lnext->p_lprev = pheadp;