Searched refs:newobjs (Results 1 – 1 of 1) sorted by relevance
352 u_int32_t i, newlocks, newmem, newobjs, usedlocks, usedobjs; local380 newobjs = (u_int32_t)(obj_ratio * incr / sizeof(DB_LOCKOBJ));382 (newobjs * sizeof(DB_LOCKOBJ) +397 if (newobjs == 0) {398 newobjs = 10;399 incr += newobjs * sizeof(DB_LOCKOBJ);424 (u_long)newlocks, (u_long)newobjs, (u_long)newmem);435 lrp->numobjs += newobjs;451 for (i = 0; i++ < newobjs; curaddr += sizeof(DB_LOCKOBJ)) {