Lines Matching refs:snode_cache
73 struct kmem_cache *snode_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 = kmem_cache_create("snode_cache", sizeof (struct snode),