Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/libfc/
Dfc_exch.c42 static struct kmem_cache *fc_em_cachep; /* cache for exchanges */ variable
2396 mp->ep_pool = mempool_create_slab_pool(2, fc_em_cachep); in fc_exch_mgr_alloc()
2593 fc_em_cachep = kmem_cache_create("libfc_em", sizeof(struct fc_exch), in fc_setup_exch_mgr()
2595 if (!fc_em_cachep) in fc_setup_exch_mgr()
2620 kmem_cache_destroy(fc_em_cachep); in fc_setup_exch_mgr()
2630 kmem_cache_destroy(fc_em_cachep); in fc_destroy_exch_mgr()