Searched refs:pcache1 (Results 1 – 1 of 1) sorted by relevance
57926 #define pcache1 (GLOBAL(struct PCacheGlobal, pcache1_g)) macro57955 if( pcache1.isInit ){57960 pcache1.szSlot = sz;57961 pcache1.nSlot = pcache1.nFreeSlot = n;57962 pcache1.nReserve = n>90 ? 10 : (n/10 + 1);57963 pcache1.pStart = pBuf;57964 pcache1.pFree = 0;57965 AtomicStore(&pcache1.bUnderPressure,0);57968 p->pNext = pcache1.pFree;57969 pcache1.pFree = p;[all …]