Home
last modified time | relevance | path

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

/drivers/scsi/libfc/
Dfc_exch.c84 mempool_t *ep_pool; member
319 mempool_free(ep, mp->ep_pool); in fc_exch_release()
817 ep = mempool_alloc(mp->ep_pool, GFP_ATOMIC); in fc_exch_em_alloc()
887 mempool_free(ep, mp->ep_pool); in fc_exch_em_alloc()
2399 mempool_destroy(mp->ep_pool); in fc_exch_mgr_destroy()
2488 mp->ep_pool = mempool_create_slab_pool(2, fc_em_cachep); in fc_exch_mgr_alloc()
2489 if (!mp->ep_pool) in fc_exch_mgr_alloc()
2530 mempool_destroy(mp->ep_pool); in fc_exch_mgr_alloc()