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

/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c73 struct kmem_cache *snode_cache; variable in typeref:struct:kmem_cache
137 nsp = kmem_cache_alloc(snode_cache, KM_SLEEP);
138 csp = kmem_cache_alloc(snode_cache, KM_SLEEP);
200 kmem_cache_free(snode_cache, csp);
205 kmem_cache_free(snode_cache, nsp);
206 kmem_cache_free(snode_cache, csp);
229 sp = kmem_cache_alloc(snode_cache, KM_SLEEP);
585 nsp = kmem_cache_alloc(snode_cache, KM_SLEEP);
618 kmem_cache_free(snode_cache, nsp);
823 snode_cache
[all...]
H A Dspecvnops.c1683 kmem_cache_free(snode_cache, sp);
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsnode.h147 extern struct kmem_cache *snode_cache;

Completed in 64 milliseconds