Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_net.c46 static kmem_cache_t *smb_txr_cache = NULL; variable
64 if (smb_txr_cache != NULL) in smb_net_init()
67 smb_txr_cache = kmem_cache_create(SMBSRV_KSTAT_TXRCACHE, in smb_net_init()
86 if (smb_txr_cache) { in smb_net_fini()
87 kmem_cache_destroy(smb_txr_cache); in smb_net_fini()
88 smb_txr_cache = NULL; in smb_net_fini()
204 txr = kmem_cache_alloc(smb_txr_cache, KM_SLEEP); in smb_net_txr_alloc()
223 kmem_cache_free(smb_txr_cache, txr); in smb_net_txr_free()