Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c70 struct kmem_cache *snode_cache; variable
134 nsp = kmem_cache_alloc(snode_cache, KM_SLEEP); in specvp()
135 csp = kmem_cache_alloc(snode_cache, KM_SLEEP); in specvp()
197 kmem_cache_free(snode_cache, csp); in specvp()
202 kmem_cache_free(snode_cache, nsp); in specvp()
203 kmem_cache_free(snode_cache, csp); in specvp()
226 sp = kmem_cache_alloc(snode_cache, KM_SLEEP); in makespecvp()
582 nsp = kmem_cache_alloc(snode_cache, KM_SLEEP); in commonvp()
615 kmem_cache_free(snode_cache, nsp); in commonvp()
820 snode_cache = kmem_cache_create("snode_cache", sizeof (struct snode), in specinit()
H A Dspecvnops.c1682 kmem_cache_free(snode_cache, sp); in spec_inactive()
/onnv-gate/usr/src/uts/common/sys/fs/
H A Dsnode.h147 extern struct kmem_cache *snode_cache;