Home
last modified time | relevance | path

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

/netbsd-src/sys/ufs/chfs/
H A Dchfs_malloc.c45 pool_cache_t chfs_tmp_dnode_info_cache; variable
94 chfs_tmp_dnode_info_cache = pool_cache_init( in chfs_alloc_pool_caches()
97 if (!chfs_tmp_dnode_info_cache) in chfs_alloc_pool_caches()
146 if (chfs_tmp_dnode_info_cache) in chfs_destroy_pool_caches()
147 pool_cache_destroy(chfs_tmp_dnode_info_cache); in chfs_destroy_pool_caches()
398 ret = pool_cache_get(chfs_tmp_dnode_info_cache, PR_WAITOK); in chfs_alloc_tmp_dnode_info()
407 pool_cache_put(chfs_tmp_dnode_info_cache, di); in chfs_free_tmp_dnode_info()