Searched refs:smb_node_cache (Results 1 – 1 of 1) sorted by relevance
123 static kmem_cache_t *smb_node_cache = NULL; variable144 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()