Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c123 static kmem_cache_t *smb_node_cache = NULL; variable
144 if (smb_node_cache != NULL) in smb_node_init()
147 smb_node_cache = kmem_cache_create(SMBSRV_KSTAT_NODE_CACHE, in smb_node_init()
188 if (smb_node_cache == NULL) in smb_node_fini()
216 kmem_cache_destroy(smb_node_cache); in smb_node_fini()
217 smb_node_cache = NULL; in smb_node_fini()
1148 node = kmem_cache_alloc(smb_node_cache, KM_SLEEP); in smb_node_alloc()
1205 kmem_cache_free(smb_node_cache, node); in smb_node_free()