Searched refs:snode_cache (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/fs/specfs/ |
H A D | specsubr.c | 73 struct kmem_cache *snode_cache; variable 137 nsp = kmem_cache_alloc(snode_cache, KM_SLEEP); in specvp() 138 csp = kmem_cache_alloc(snode_cache, KM_SLEEP); in specvp() 200 kmem_cache_free(snode_cache, csp); in specvp() 205 kmem_cache_free(snode_cache, nsp); in specvp() 206 kmem_cache_free(snode_cache, csp); in specvp() 229 sp = kmem_cache_alloc(snode_cache, KM_SLEEP); in makespecvp() 585 nsp = kmem_cache_alloc(snode_cache, KM_SLEEP); in commonvp() 618 kmem_cache_free(snode_cache, nsp); in commonvp() 823 snode_cache = kmem_cache_create("snode_cache", sizeof (struct snode), in specinit()
|
H A D | specvnops.c | 1683 kmem_cache_free(snode_cache, sp); in spec_inactive()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | snode.h | 147 extern struct kmem_cache *snode_cache;
|