Lines Matching refs:maxbuckets
3883 size_t maxbuckets, size_t minbucketsize, int geometric)
3903 if (maxbuckets != 0)
3904 buckets = MIN(buckets, maxbuckets);
4079 size_t maxbuckets = 0;
4091 'b', MDB_OPT_UINTPTR, &maxbuckets,
4115 maxbuckets, minbucketsize, geometric);
4156 size_t maxbuckets = 0;
4167 'b', MDB_OPT_UINTPTR, &maxbuckets,
4172 if (dump || geometric || (maxbuckets != 0) || (minbucketsize != 0))
4346 maxbuckets, minbucketsize, geometric);