Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c133 struct kmem_cache *dcnode_cache; variable
821 dp = kmem_cache_alloc(dcnode_cache, KM_SLEEP); in dcnode_alloc()
846 kmem_cache_free(dcnode_cache, dp); in dcnode_free()
859 kmem_cache_free(dcnode_cache, dp); in dcnode_free()
915 dcnode_cache = kmem_cache_create("dcnode_cache", sizeof (struct dcnode), in dcinit()
1006 kmem_cache_free(dcnode_cache, ndp); in decompvp()