Lines Matching refs:PGroup
89 typedef struct PGroup PGroup; typedef
158 struct PGroup { struct
182 PGroup *pGroup; /* PGroup this cache belongs to */
217 PGroup grp; /* The global PGroup for mode (2) */
622 PGroup *pGroup = pCache->pGroup; in pcache1EnforceMaxPage()
766 PGroup *pGroup; /* The group the new page cache will belong to */ in pcache1Create()
772 sz = sizeof(PCache1) + sizeof(PGroup)*pcache1.separateCache; in pcache1Create()
776 pGroup = (PGroup*)&pCache[1]; in pcache1Create()
819 PGroup *pGroup = pCache->pGroup; in pcache1Cachesize()
842 PGroup *pGroup = pCache->pGroup; in pcache1Shrink()
880 PGroup *pGroup = pCache->pGroup; in pcache1FetchStage2()
1085 PGroup *pGroup = pCache->pGroup; in pcache1Unpin()
1173 PGroup *pGroup = pCache->pGroup; in pcache1Destroy()