Home
last modified time | relevance | path

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

/titanic_50/usr/src/stand/lib/fs/common/
H A Dcache.c489 #define BC_MAX_HDRS (1 << LOG2(BCACHE_SIZE/6)) macro
490 #define BC_HASH(d, b, l) (((d) + (b) + ((l) >> 8)) & (BC_MAX_HDRS-1))
502 static cache_t *bc_hash[BC_MAX_HDRS];