Lines Matching defs:n_buckets
169 ti->n_buckets = new_size;
484 for (i = 0; i < ti->n_buckets; i++) {
536 while (*bucket < ti->n_buckets) {
557 return &ti->buckets[hash & (ti->n_buckets - 1)];
588 for (i = 0; i < old->n_buckets; i++) {
606 int n_buckets, bool ufid)
610 new_ti = table_instance_alloc(n_buckets);
954 return table_instance_rehash(ti, ti->n_buckets * 2, ufid);
1048 if (table->count > ti->n_buckets)
1051 new_ti = table_instance_rehash(ti, ti->n_buckets, false);
1071 if (table->ufid_count > ti->n_buckets) {