Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/libfc/
Dfc_exch.c85 mempool_t *ep_pool; member
320 mempool_free(ep, mp->ep_pool); in fc_exch_release()
821 ep = mempool_alloc(mp->ep_pool, GFP_ATOMIC); in fc_exch_em_alloc()
890 mempool_free(ep, mp->ep_pool); in fc_exch_em_alloc()
2415 mempool_destroy(mp->ep_pool); in fc_exch_mgr_destroy()
2504 mp->ep_pool = mempool_create_slab_pool(2, fc_em_cachep); in fc_exch_mgr_alloc()
2505 if (!mp->ep_pool) in fc_exch_mgr_alloc()
2546 mempool_destroy(mp->ep_pool); in fc_exch_mgr_alloc()