Lines Matching refs:maxbuckets
378 size_t maxbuckets, size_t minbucketsize)
392 if (maxbuckets > 1)
393 buckets = MIN(buckets, maxbuckets);
534 size_t maxbuckets = 1;
544 'b', MDB_OPT_UINTPTR, &maxbuckets,
552 if ((maxbuckets != 1) || (minbucketsize != 0)) {
635 if (maxbuckets == 0) {
636 maxbuckets = stats.ks_max_buffers_per_slab;
639 if (((maxbuckets > 1) || (minbucketsize > 0)) &&
643 stats.ks_max_buffers_per_slab, maxbuckets, minbucketsize);