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

  /src/sys/ufs/chfs/
chfs_malloc.c 39 pool_cache_t chfs_nrefs_cache; variable in typeref:typename:pool_cache_t
58 chfs_nrefs_cache = pool_cache_init(
61 if (!chfs_nrefs_cache)
113 pool_cache_destroy(chfs_nrefs_cache);
128 if (chfs_nrefs_cache)
129 pool_cache_destroy(chfs_nrefs_cache);
192 nref = pool_cache_get(chfs_nrefs_cache, PR_WAITOK);
209 pool_cache_put(chfs_nrefs_cache, nref);

Completed in 12 milliseconds