Searched refs:pcache1 (Results 1 – 1 of 1) sorted by relevance
57879 #define pcache1 (GLOBAL(struct PCacheGlobal, pcache1_g)) macro57908 if( pcache1.isInit ){57913 pcache1.szSlot = sz;57914 pcache1.nSlot = pcache1.nFreeSlot = n;57915 pcache1.nReserve = n>90 ? 10 : (n/10 + 1);57916 pcache1.pStart = pBuf;57917 pcache1.pFree = 0;57918 AtomicStore(&pcache1.bUnderPressure,0);57921 p->pNext = pcache1.pFree;57922 pcache1.pFree = p;[all …]