HomeSort by: relevance | last modified time | path
    Searched defs:chfs_tmp_dnode_cache (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/ufs/chfs/
chfs_malloc.c 44 pool_cache_t chfs_tmp_dnode_cache; variable in typeref:typename:pool_cache_t
88 chfs_tmp_dnode_cache = pool_cache_init(
91 if (!chfs_tmp_dnode_cache)
103 pool_cache_destroy(chfs_tmp_dnode_cache);
143 if (chfs_tmp_dnode_cache)
144 pool_cache_destroy(chfs_tmp_dnode_cache);
381 ret = pool_cache_get(chfs_tmp_dnode_cache, PR_WAITOK);
390 pool_cache_put(chfs_tmp_dnode_cache, td);

Completed in 12 milliseconds