Lines Matching defs:n_buckets
170 ti->n_buckets = new_size;
482 for (i = 0; i < ti->n_buckets; i++) {
534 while (*bucket < ti->n_buckets) {
555 return &ti->buckets[hash & (ti->n_buckets - 1)];
586 for (i = 0; i < old->n_buckets; i++) {
604 int n_buckets, bool ufid)
608 new_ti = table_instance_alloc(n_buckets);
952 return table_instance_rehash(ti, ti->n_buckets * 2, ufid);
1046 if (table->count > ti->n_buckets)
1049 new_ti = table_instance_rehash(ti, ti->n_buckets, false);
1069 if (table->ufid_count > ti->n_buckets) {