Home
last modified time | relevance | path

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

/netbsd/sys/ufs/chfs/
H A Dchfs_malloc.c39 pool_cache_t chfs_nrefs_cache; variable
58 chfs_nrefs_cache = pool_cache_init( in chfs_alloc_pool_caches()
61 if (!chfs_nrefs_cache) in chfs_alloc_pool_caches()
113 pool_cache_destroy(chfs_nrefs_cache); in chfs_alloc_pool_caches()
128 if (chfs_nrefs_cache) in chfs_destroy_pool_caches()
129 pool_cache_destroy(chfs_nrefs_cache); in chfs_destroy_pool_caches()
192 nref = pool_cache_get(chfs_nrefs_cache, PR_WAITOK); in chfs_alloc_refblock()
209 pool_cache_put(chfs_nrefs_cache, nref); in chfs_free_refblock()