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.c114 static struct kmem_cache *smbnode_cache; variable in typeref:struct:kmem_cache
403 np = kmem_cache_alloc(smbnode_cache, KM_SLEEP);
1033 kmem_cache_free(smbnode_cache, np);
1075 smbnode_cache = kmem_cache_create("smbnode_cache", sizeof (smbnode_t),
1108 kmem_cache_destroy(smbnode_cache);

Completed in 87 milliseconds