Searched defs:PCache (Results 1 – 1 of 1) sorted by relevance
17557 typedef struct PCache PCache; typedef55210 struct PCache { struct55211 PgHdr *pDirty, *pDirtyTail; /* List of dirty pages in LRU order */55212 PgHdr *pSynced; /* Last synced page in dirty page list */55213 i64 nRefSum; /* Sum of ref counts over all pages */55214 int szCache; /* Configured cache size */55215 int szSpill; /* Size before spilling occurs */55216 int szPage; /* Size of every page in this cache */55217 int szExtra; /* Size of extra space for each page */55218 u8 bPurgeable; /* True if pages are on backing store */[all …]