Searched refs:nQuant (Results 1 – 1 of 1) sorted by relevance
680 int nQuant = LSM_AUTOWORK_QUANT * pgsz; in doWriteOp() local685 if( nQuant>pDb->nTreeLimit ){ in doWriteOp()686 nQuant = LSM_MAX(pDb->nTreeLimit, pgsz); in doWriteOp()697 nDiff = (nAfter/nQuant) - (nBefore/nQuant); in doWriteOp()