Home
last modified time | relevance | path

Searched refs:MIN_HASH_SIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h208 #define MIN_HASH_SIZE 1024 /* Min number of chains in hash table */ macro
H A Ddevinfo_devlink.c474 hash_sz = (hash_sz >= MIN_HASH_SIZE) ? hash_sz : MIN_HASH_SIZE; in cache_alloc()
2159 sz = MIN_HASH_SIZE; in cache_dev()
3052 assert(CACHE(hdp)->hash_sz >= MIN_HASH_SIZE); in hashfn()