Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.h857 mempool_t *tgt_pool; member
H A Dibmvfc.c4881 tgt = mempool_alloc(vhost->tgt_pool, GFP_NOIO); in ibmvfc_alloc_target()
6066 mempool_destroy(vhost->tgt_pool); in ibmvfc_free_mem()
6130 vhost->tgt_pool = mempool_create_kmalloc_pool(IBMVFC_TGT_MEMPOOL_SZ, in ibmvfc_alloc_mem()
6133 if (!vhost->tgt_pool) { in ibmvfc_alloc_mem()
6151 mempool_destroy(vhost->tgt_pool); in ibmvfc_alloc_mem()