Searched refs:blkSize (Results 1 – 1 of 1) sorted by relevance
2362 unsigned blkSize = blk->size(); in needMigrateBlock() local2363 return ((blkSize > blockSizeThreshold) in needMigrateBlock()2364 && (blkSize * (blk->pred_size() - 1) > cloneInstrThreshold)); in needMigrateBlock()