| version 1.182.4.3, 2011/03/05 20:55:19 |
version 1.182.4.4, 2011/04/21 01:42:09 |
| Line 182 static struct pool pcg_large_pool; |
|
| Line 182 static struct pool pcg_large_pool; |
|
| static struct pool cache_pool; |
static struct pool cache_pool; |
| static struct pool cache_cpu_pool; |
static struct pool cache_cpu_pool; |
| |
|
| |
pool_cache_t pnbuf_cache; /* pathname buffer cache */ |
| |
|
| /* List of all caches. */ |
/* List of all caches. */ |
| TAILQ_HEAD(,pool_cache) pool_cache_head = |
TAILQ_HEAD(,pool_cache) pool_cache_head = |
| TAILQ_HEAD_INITIALIZER(pool_cache_head); |
TAILQ_HEAD_INITIALIZER(pool_cache_head); |