Searched defs:nodes_per_list (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib/
H A Dhash2.c84 float nodes_per_list; local
86 nodes_per_list = (float)hash->count / (float)hash->hash_table_size;
87 if (nodes_per_list > 0.3 && nodes_per_list < 2.0)
H A Dhash.c448 float nodes_per_list; local
452 nodes_per_list = (float) table->nodes_count / (float) table->size;
453 if (nodes_per_list > 0.3 && nodes_per_list < 2.0)

Completed in 31 milliseconds