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.c121 static struct kmem_cache *smbnode_cache; variable
410 np = kmem_cache_alloc(smbnode_cache, KM_SLEEP); in make_smbnode()
1036 kmem_cache_free(smbnode_cache, np); in sn_destroy_node()
1242 smbnode_cache = kmem_cache_create("smbnode_cache", sizeof (smbnode_t), in smbfs_subrinit()
1275 kmem_cache_destroy(smbnode_cache); in smbfs_subrfini()