Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/libfc/
Dfc_exch.c96 mempool_t *ep_pool; member
330 mempool_free(ep, mp->ep_pool); in fc_exch_release()
810 ep = mempool_alloc(mp->ep_pool, GFP_ATOMIC); in fc_exch_em_alloc()
876 mempool_free(ep, mp->ep_pool); in fc_exch_em_alloc()
2308 mempool_destroy(mp->ep_pool); in fc_exch_mgr_destroy()
2396 mp->ep_pool = mempool_create_slab_pool(2, fc_em_cachep); in fc_exch_mgr_alloc()
2397 if (!mp->ep_pool) in fc_exch_mgr_alloc()
2438 mempool_destroy(mp->ep_pool); in fc_exch_mgr_alloc()