Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c47 static kmem_cache_t *smb_dtor_cache = NULL; variable
455 dtor = kmem_cache_alloc(smb_dtor_cache, KM_SLEEP); in smb_lavl_post()
505 kmem_cache_free(smb_dtor_cache, dtor); in smb_lavl_flush()
586 if (smb_dtor_cache != NULL) in smb_llist_init()
589 smb_dtor_cache = kmem_cache_create("smb_dtor_cache", in smb_llist_init()
599 if (smb_dtor_cache != NULL) { in smb_llist_fini()
600 kmem_cache_destroy(smb_dtor_cache); in smb_llist_fini()
601 smb_dtor_cache = NULL; in smb_llist_fini()
668 dtor = kmem_cache_alloc(smb_dtor_cache, KM_SLEEP); in smb_llist_post()
718 kmem_cache_free(smb_dtor_cache, dtor); in smb_llist_flush()