Searched refs:bucket_limit (Results 1 – 1 of 1) sorted by relevance
58 struct hash_entry const *bucket_limit; member179 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()[all …]