Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/libfc/
Dfc_exch.c42 static struct kmem_cache *fc_em_cachep; /* cache for exchanges */ variable
2500 mp->ep_pool = mempool_create_slab_pool(2, fc_em_cachep); in fc_exch_mgr_alloc()
2670 fc_em_cachep = kmem_cache_create("libfc_em", sizeof(struct fc_exch), in fc_setup_exch_mgr()
2672 if (!fc_em_cachep) in fc_setup_exch_mgr()
2697 kmem_cache_destroy(fc_em_cachep); in fc_setup_exch_mgr()
2707 kmem_cache_destroy(fc_em_cachep); in fc_destroy_exch_mgr()