Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr2.c122 static struct kmem_cache *smbnode_cache; variable
417 np = kmem_cache_alloc(smbnode_cache, KM_SLEEP); in make_smbnode()
1043 kmem_cache_free(smbnode_cache, np); in sn_destroy_node()
1249 smbnode_cache = kmem_cache_create("smbnode_cache", sizeof (smbnode_t), in smbfs_subrinit()
1282 kmem_cache_destroy(smbnode_cache); in smbfs_subrfini()