Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/
Dvirtio_scsi.c89 static struct kmem_cache *virtscsi_cmd_cache; variable
997 virtscsi_cmd_cache = KMEM_CACHE(virtio_scsi_cmd, 0); in init()
998 if (!virtscsi_cmd_cache) { in init()
1006 virtscsi_cmd_cache); in init()
1020 kmem_cache_destroy(virtscsi_cmd_cache); in init()
1021 virtscsi_cmd_cache = NULL; in init()
1029 kmem_cache_destroy(virtscsi_cmd_cache); in fini()