Searched defs:PCache (Results 1 – 1 of 1) sorted by relevance
18179 typedef struct PCache PCache; typedef56738 struct PCache { struct56739 PgHdr *pDirty, *pDirtyTail; /* List of dirty pages in LRU order */56740 PgHdr *pSynced; /* Last synced page in dirty page list */56741 i64 nRefSum; /* Sum of ref counts over all pages */56742 int szCache; /* Configured cache size */56743 int szSpill; /* Size before spilling occurs */56744 int szPage; /* Size of every page in this cache */56745 int szExtra; /* Size of extra space for each page */56746 u8 bPurgeable; /* True if pages are on backing store */[all …]