Lines Matching defs:n_buckets
170 ti->n_buckets = new_size;
485 for (i = 0; i < ti->n_buckets; i++) {
537 while (*bucket < ti->n_buckets) {
558 return &ti->buckets[hash & (ti->n_buckets - 1)];
589 for (i = 0; i < old->n_buckets; i++) {
607 int n_buckets, bool ufid)
611 new_ti = table_instance_alloc(n_buckets);
955 return table_instance_rehash(ti, ti->n_buckets * 2, ufid);
1049 if (table->count > ti->n_buckets)
1052 new_ti = table_instance_rehash(ti, ti->n_buckets, false);
1072 if (table->ufid_count > ti->n_buckets) {