Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dvirtio_scsi.c120 static struct kmem_cache *virtscsi_cmd_cache; variable
994 virtscsi_cmd_cache = KMEM_CACHE(virtio_scsi_cmd, 0); in init()
995 if (!virtscsi_cmd_cache) { in init()
1003 virtscsi_cmd_cache); in init()
1019 if (virtscsi_cmd_cache) { in init()
1020 kmem_cache_destroy(virtscsi_cmd_cache); in init()
1021 virtscsi_cmd_cache = NULL; in init()
1030 kmem_cache_destroy(virtscsi_cmd_cache); in fini()