Searched refs:virtscsi_cmd_cache (Results 1 – 1 of 1) sorted by relevance
101 static struct kmem_cache *virtscsi_cmd_cache; variable1069 virtscsi_cmd_cache = KMEM_CACHE(virtio_scsi_cmd, 0); in virtio_scsi_init()1070 if (!virtscsi_cmd_cache) { in virtio_scsi_init()1078 virtscsi_cmd_cache); in virtio_scsi_init()1092 kmem_cache_destroy(virtscsi_cmd_cache); in virtio_scsi_init()1093 virtscsi_cmd_cache = NULL; in virtio_scsi_init()1101 kmem_cache_destroy(virtscsi_cmd_cache); in virtio_scsi_fini()