Searched refs:writeBound (Results 1 – 1 of 1) sorted by relevance
500 const int writeBound = prefixBound + static_cast<int>(FLAGS_writepercent); in OperateDb() local501 const int delBound = writeBound + static_cast<int>(FLAGS_delpercent); in OperateDb()711 } else if (prob_op < writeBound) { in OperateDb()717 assert(writeBound <= prob_op); in OperateDb()