Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dvirtio_scsi.c89 static struct kmem_cache *virtscsi_cmd_cache; variable
985 virtscsi_cmd_cache = KMEM_CACHE(virtio_scsi_cmd, 0); in init()
986 if (!virtscsi_cmd_cache) { in init()
994 virtscsi_cmd_cache); in init()
1010 if (virtscsi_cmd_cache) { in init()
1011 kmem_cache_destroy(virtscsi_cmd_cache); in init()
1012 virtscsi_cmd_cache = NULL; in init()
1021 kmem_cache_destroy(virtscsi_cmd_cache); in fini()