Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/fs/common/
H A Dcache.c266 #define IC_MAX_HDRS (1 << LOG2(ICACHE_SIZE/6)) macro
267 #define IC_HASH(d, i) (((d) + (i)) & (IC_MAX_HDRS - 1))
279 static cache_t *ic_hash[IC_MAX_HDRS];