Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dvirtio_scsi.c91 static mempool_t *virtscsi_cmd_pool; variable
637 mempool_free(cmd, virtscsi_cmd_pool); in virtscsi_tmf()
647 cmd = mempool_alloc(virtscsi_cmd_pool, GFP_NOIO); in virtscsi_device_reset()
705 cmd = mempool_alloc(virtscsi_cmd_pool, GFP_NOIO); in virtscsi_abort()
1010 virtscsi_cmd_pool = in virtio_scsi_init()
1013 if (!virtscsi_cmd_pool) { in virtio_scsi_init()
1024 mempool_destroy(virtscsi_cmd_pool); in virtio_scsi_init()
1025 virtscsi_cmd_pool = NULL; in virtio_scsi_init()
1034 mempool_destroy(virtscsi_cmd_pool); in virtio_scsi_fini()