Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/libfc/
Dfc_exch.c29 static struct kmem_cache *fc_em_cachep; /* cache for exchanges */ variable
2504 mp->ep_pool = mempool_create_slab_pool(2, fc_em_cachep); in fc_exch_mgr_alloc()
2674 fc_em_cachep = kmem_cache_create("libfc_em", sizeof(struct fc_exch), in fc_setup_exch_mgr()
2676 if (!fc_em_cachep) in fc_setup_exch_mgr()
2701 kmem_cache_destroy(fc_em_cachep); in fc_setup_exch_mgr()
2711 kmem_cache_destroy(fc_em_cachep); in fc_destroy_exch_mgr()