Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c131 static kmem_cache_t *smb_node_cache = NULL; variable
152 if (smb_node_cache != NULL) in smb_node_init()
155 smb_node_cache = kmem_cache_create(SMBSRV_KSTAT_NODE_CACHE, in smb_node_init()
196 if (smb_node_cache == NULL) in smb_node_fini()
228 kmem_cache_destroy(smb_node_cache); in smb_node_fini()
229 smb_node_cache = NULL; in smb_node_fini()
1238 node = kmem_cache_alloc(smb_node_cache, KM_SLEEP); in smb_node_alloc()
1287 kmem_cache_free(smb_node_cache, node); in smb_node_free()