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

/drivers/scsi/
H A Dvirtio_scsi.c60 static struct kmem_cache *virtscsi_cmd_cache; variable in typeref:struct:kmem_cache
551 virtscsi_cmd_cache = KMEM_CACHE(virtio_scsi_cmd, 0);
552 if (!virtscsi_cmd_cache) {
554 "virtscsi_cmd_cache failed\n");
561 virtscsi_cmd_cache);
578 if (virtscsi_cmd_cache) {
579 kmem_cache_destroy(virtscsi_cmd_cache);
580 virtscsi_cmd_cache = NULL;
589 kmem_cache_destroy(virtscsi_cmd_cache);

Completed in 209 milliseconds