nch_pool           87 kern/vfs_cache.c struct pool nch_pool;
nch_pool          247 kern/vfs_cache.c 	pool_put(&nch_pool, ncp);
nch_pool          348 kern/vfs_cache.c 		ncp = pool_get(&nch_pool, PR_WAITOK);
nch_pool          403 kern/vfs_cache.c 	pool_init(&nch_pool, sizeof(struct namecache), 0, 0, 0, "nchpl",
nch_pool          455 kern/vfs_cache.c 		pool_put(&nch_pool, ncp);