Searched refs:hashtable_size (Results 1 – 2 of 2) sorted by relevance
202 int hashtable_size; in nl_cache_alloc() local205 hashtable_size = ops->co_hash_size; in nl_cache_alloc()207 hashtable_size = NL_MAX_HASH_ENTRIES; in nl_cache_alloc()209 cache->hashtable = nl_hash_table_alloc(hashtable_size); in nl_cache_alloc()
48 ``round_up_to_power_2(used*2+hashtable_size/2)`` to