Lines Matching refs:bucket_limit
58 struct hash_entry const *bucket_limit; member
179 for (bucket = table->bucket; bucket < table->bucket_limit; bucket++) in hash_get_max_bucket_length()
207 for (bucket = table->bucket; bucket < table->bucket_limit; bucket++) in hash_table_ok()
296 if (! (bucket < table->bucket_limit)) in hash_get_first()
323 while (++bucket < table->bucket_limit) in hash_get_next()
343 for (bucket = table->bucket; bucket < table->bucket_limit; bucket++) in hash_get_entries()
375 for (bucket = table->bucket; bucket < table->bucket_limit; bucket++) in hash_do_for_each()
629 table->bucket_limit = table->bucket + table->n_buckets; in hash_initialize()
657 for (bucket = table->bucket; bucket < table->bucket_limit; bucket++) in hash_clear()
705 for (bucket = table->bucket; bucket < table->bucket_limit; bucket++) in hash_free()
722 for (bucket = table->bucket; bucket < table->bucket_limit; bucket++) in hash_free()
865 for (bucket = src->bucket; bucket < src->bucket_limit; bucket++) in transfer_entries()
958 new_table->bucket_limit = new_table->bucket + new_size; in hash_rehash()
991 table->bucket_limit = new_table->bucket_limit; in hash_rehash()
1216 for ( ; bucket < table->bucket_limit; bucket++) in hash_print()