Home
last modified time | relevance | path

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

/mirbsd/src/sys/kern/
Dvfs_cache.c87 struct pool nch_pool; variable
248 pool_put(&nch_pool, ncp); in cache_lookup()
349 ncp = pool_get(&nch_pool, PR_WAITOK); in cache_enter()
404 pool_init(&nch_pool, sizeof(struct namecache), 0, 0, 0, "nchpl", in nchinit()
456 pool_put(&nch_pool, ncp); in cache_purgevfs()