Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c74 struct kmem_cache *snode_cache; variable
138 nsp = kmem_cache_alloc(snode_cache, KM_SLEEP); in specvp()
139 csp = kmem_cache_alloc(snode_cache, KM_SLEEP); in specvp()
201 kmem_cache_free(snode_cache, csp); in specvp()
206 kmem_cache_free(snode_cache, nsp); in specvp()
207 kmem_cache_free(snode_cache, csp); in specvp()
230 sp = kmem_cache_alloc(snode_cache, KM_SLEEP); in makespecvp()
591 nsp = kmem_cache_alloc(snode_cache, KM_SLEEP); in commonvp()
624 kmem_cache_free(snode_cache, nsp); in commonvp()
829 snode_cache = kmem_cache_create("snode_cache", sizeof (struct snode), in specinit()
H A Dspecvnops.c1684 kmem_cache_free(snode_cache, sp); in spec_inactive()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsnode.h145 extern struct kmem_cache *snode_cache;