Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c132 struct kmem_cache *dcnode_cache; variable
819 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()