Searched refs:snode_cache (Results 1 – 3 of 3) sorted by relevance
| /onnv-gate/usr/src/uts/common/fs/specfs/ |
| H A D | specsubr.c | 70 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 D | specvnops.c | 1682 kmem_cache_free(snode_cache, sp); in spec_inactive()
|
| /onnv-gate/usr/src/uts/common/sys/fs/ |
| H A D | snode.h | 147 extern struct kmem_cache *snode_cache;
|