Searched refs:dcnode_cache (Results 1 – 1 of 1) sorted by relevance
132 struct kmem_cache *dcnode_cache; variable819 dp = kmem_cache_alloc(dcnode_cache, KM_SLEEP); in dcnode_alloc()844 kmem_cache_free(dcnode_cache, dp); in dcnode_free()857 kmem_cache_free(dcnode_cache, dp); in dcnode_free()913 dcnode_cache = kmem_cache_create("dcnode_cache", sizeof (struct dcnode), in dcinit()1004 kmem_cache_free(dcnode_cache, ndp); in decompvp()