Searched defs:PCache1 (Results 1 – 1 of 1) sorted by relevance
22 typedef struct PCache1 PCache1; typedef66 struct PCache1 { struct72 PGroup *pGroup; /* PGroup this cache belongs to */73 int szPage; /* Size of allocated pages in bytes */74 int bPurgeable; /* True if cache is purgeable */75 unsigned int nMin; /* Minimum number of pages reserved */99 PCache1 *pCache; /* Cache that currently owns this page */ argument