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

/opensolaris-onvv-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);

Completed in 101 milliseconds