Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/ufs/chfs/
H A Dchfs_malloc.c43 pool_cache_t chfs_node_frag_cache; variable
82 chfs_node_frag_cache = pool_cache_init( in chfs_alloc_pool_caches()
85 if (!chfs_node_frag_cache) in chfs_alloc_pool_caches()
105 pool_cache_destroy(chfs_node_frag_cache); in chfs_alloc_pool_caches()
140 if (chfs_node_frag_cache) in chfs_destroy_pool_caches()
141 pool_cache_destroy(chfs_node_frag_cache); in chfs_destroy_pool_caches()
365 ret = pool_cache_get(chfs_node_frag_cache, 0); in chfs_alloc_node_frag()
373 pool_cache_put(chfs_node_frag_cache, frag); in chfs_free_node_frag()