Lines Matching defs:n_buckets
169 ti->n_buckets = new_size;
481 for (i = 0; i < ti->n_buckets; i++) {
533 while (*bucket < ti->n_buckets) {
554 return &ti->buckets[hash & (ti->n_buckets - 1)];
585 for (i = 0; i < old->n_buckets; i++) {
603 int n_buckets, bool ufid)
607 new_ti = table_instance_alloc(n_buckets);
951 return table_instance_rehash(ti, ti->n_buckets * 2, ufid);
1045 if (table->count > ti->n_buckets)
1048 new_ti = table_instance_rehash(ti, ti->n_buckets, false);
1068 if (table->ufid_count > ti->n_buckets) {