Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dvirtio_scsi.c121 static struct kmem_cache *virtscsi_cmd_cache; variable
1125 virtscsi_cmd_cache = KMEM_CACHE(virtio_scsi_cmd, 0); in init()
1126 if (!virtscsi_cmd_cache) { in init()
1134 virtscsi_cmd_cache); in init()
1150 if (virtscsi_cmd_cache) { in init()
1151 kmem_cache_destroy(virtscsi_cmd_cache); in init()
1152 virtscsi_cmd_cache = NULL; in init()
1161 kmem_cache_destroy(virtscsi_cmd_cache); in fini()