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

  /src/sys/ufs/chfs/
chfs_malloc.c 45 pool_cache_t chfs_tmp_dnode_info_cache; variable in typeref:typename:pool_cache_t
94 chfs_tmp_dnode_info_cache = pool_cache_init(
97 if (!chfs_tmp_dnode_info_cache)
146 if (chfs_tmp_dnode_info_cache)
147 pool_cache_destroy(chfs_tmp_dnode_info_cache);
398 ret = pool_cache_get(chfs_tmp_dnode_info_cache, PR_WAITOK);
407 pool_cache_put(chfs_tmp_dnode_info_cache, di);
chfs_malloc.c 45 pool_cache_t chfs_tmp_dnode_info_cache; variable in typeref:typename:pool_cache_t
94 chfs_tmp_dnode_info_cache = pool_cache_init(
97 if (!chfs_tmp_dnode_info_cache)
146 if (chfs_tmp_dnode_info_cache)
147 pool_cache_destroy(chfs_tmp_dnode_info_cache);
398 ret = pool_cache_get(chfs_tmp_dnode_info_cache, PR_WAITOK);
407 pool_cache_put(chfs_tmp_dnode_info_cache, di);

Completed in 27 milliseconds