Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/libfc/
Dfc_exch.c96 mempool_t *ep_pool; member
331 mempool_free(ep, mp->ep_pool); in fc_exch_release()
829 ep = mempool_alloc(mp->ep_pool, GFP_ATOMIC); in fc_exch_em_alloc()
899 mempool_free(ep, mp->ep_pool); in fc_exch_em_alloc()
2411 mempool_destroy(mp->ep_pool); in fc_exch_mgr_destroy()
2500 mp->ep_pool = mempool_create_slab_pool(2, fc_em_cachep); in fc_exch_mgr_alloc()
2501 if (!mp->ep_pool) in fc_exch_mgr_alloc()
2542 mempool_destroy(mp->ep_pool); in fc_exch_mgr_alloc()