Searched refs:MIN_HASH_SIZE (Results 1 – 2 of 2) sorted by relevance
208 #define MIN_HASH_SIZE 1024 /* Min number of chains in hash table */ macro
473 hash_sz = (hash_sz >= MIN_HASH_SIZE) ? hash_sz : MIN_HASH_SIZE; in cache_alloc()2158 sz = MIN_HASH_SIZE; in cache_dev()3051 assert(CACHE(hdp)->hash_sz >= MIN_HASH_SIZE); in hashfn()