Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Dsg_pool.c9 struct sg_pool { struct
20 static struct sg_pool sg_pools[] = { argument
55 struct sg_pool *sgp; in sg_pool_free()
63 struct sg_pool *sgp; in sg_pool_alloc()
126 struct sg_pool *sgp = sg_pools + i; in sg_pool_init()
150 struct sg_pool *sgp = sg_pools + i; in sg_pool_init()
165 struct sg_pool *sgp = sg_pools + i; in sg_pool_exit()
DMakefile195 obj-$(CONFIG_SG_POOL) += sg_pool.o
/Linux-v4.19/drivers/scsi/megaraid/
Dmegaraid_mbox.h201 struct mraid_pci_blk sg_pool[MBOX_MAX_SCSI_CMDS]; member
Dmegaraid_mbox.c1047 sg_pci_blk = raid_dev->sg_pool; in megaraid_alloc_cmd_packets()
1212 sg_pci_blk = raid_dev->sg_pool; in megaraid_mbox_setup_dma_pools()
1248 sg_pci_blk = raid_dev->sg_pool; in megaraid_mbox_teardown_dma_pools()
/Linux-v4.19/drivers/scsi/ibmvscsi/
Dibmvfc.h703 struct dma_pool *sg_pool; member
Dibmvfc.c1258 dma_pool_free(vhost->sg_pool, in ibmvfc_free_event_pool()
1371 evt->ext_list = dma_pool_alloc(vhost->sg_pool, GFP_ATOMIC, in ibmvfc_map_sg_data()
4592 dma_pool_destroy(vhost->sg_pool); in ibmvfc_free_mem()
4628 vhost->sg_pool = dma_pool_create(IBMVFC_NAME, dev, in ibmvfc_alloc_mem()
4632 if (!vhost->sg_pool) { in ibmvfc_alloc_mem()
4680 dma_pool_destroy(vhost->sg_pool); in ibmvfc_alloc_mem()