Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/fs/common/
H A Dcache.c42 #ifndef ICACHE_SIZE
49 #define ICACHE_SIZE 350 /* Max number of I-node in file cache */ macro
266 #define IC_MAX_HDRS (1 << LOG2(ICACHE_SIZE/6))
278 static head_t ic_head = cache_head(ic_head, cmp_icache, ic_t, ICACHE_SIZE);