Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dvirtio_scsi.c90 static struct kmem_cache *virtscsi_cmd_cache; variable
1003 virtscsi_cmd_cache = KMEM_CACHE(virtio_scsi_cmd, 0); in virtio_scsi_init()
1004 if (!virtscsi_cmd_cache) { in virtio_scsi_init()
1012 virtscsi_cmd_cache); in virtio_scsi_init()
1026 kmem_cache_destroy(virtscsi_cmd_cache); in virtio_scsi_init()
1027 virtscsi_cmd_cache = NULL; in virtio_scsi_init()
1035 kmem_cache_destroy(virtscsi_cmd_cache); in virtio_scsi_fini()