Searched defs:PCache1 (Results 1 – 1 of 1) sorted by relevance
86 typedef struct PCache1 PCache1; typedef175 struct PCache1 { struct182 PGroup *pGroup; /* PGroup this cache belongs to */183 unsigned int *pnPurgeable; /* Pointer to pGroup->nPurgeable */185 int szExtra; /* sizeof(MemPage)+sizeof(PgHdr) */186 int szAlloc; /* Total size of one pcache line */187 int bPurgeable; /* True if cache is purgeable */189 unsigned int nMax; /* Configured "cache_size" value */190 unsigned int n90pct; /* nMax*9/10 */197 unsigned int nRecyclable; /* Number of pages in the LRU list */[all …]