Lines Matching defs:limits
4626 * For the given limits on leaf and keyptr records per block, calculate the
4631 const unsigned int *limits,
4634 unsigned long long level_blocks = howmany_64(records, limits[0]);
4638 level_blocks = howmany_64(level_blocks, limits[1]);
4646 * For the given limits on leaf and keyptr records per block, calculate the
4651 const unsigned int *limits,
4654 unsigned long long level_blocks = howmany_64(records, limits[0]);
4658 level_blocks = howmany_64(level_blocks, limits[1]);
4679 const unsigned int *limits,
4685 * fanout. Hence it has a minimum size of 2 pointers, not limits[1].
4696 node_blocks *= limits[1];