Searched refs:smb_dtor_cache (Results 1 – 1 of 1) sorted by relevance
44 static kmem_cache_t *smb_dtor_cache = NULL; variable372 if (smb_dtor_cache != NULL) in smb_llist_init()375 smb_dtor_cache = kmem_cache_create("smb_dtor_cache", in smb_llist_init()385 if (smb_dtor_cache != NULL) { in smb_llist_fini()386 kmem_cache_destroy(smb_dtor_cache); in smb_llist_fini()387 smb_dtor_cache = NULL; in smb_llist_fini()444 dtor = kmem_cache_alloc(smb_dtor_cache, KM_SLEEP); in smb_llist_post()494 kmem_cache_free(smb_dtor_cache, dtor); in smb_llist_flush()