Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A 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()
999 pr_err("kmem_cache_create() for virtscsi_cmd_cache failed\n"); 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()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dvirtio_scsi.c90 static struct kmem_cache *virtscsi_cmd_cache; variable
1003 virtscsi_cmd_cache = KMEM_CACHE(virtio_scsi_cmd, 0); in virtio_scsi_init()
1004 if (!virtscsi_cmd_cache) { in virtio_scsi_init()
1005 pr_err("kmem_cache_create() for virtscsi_cmd_cache failed\n"); in virtio_scsi_init()
1012 virtscsi_cmd_cache); in virtio_scsi_init()
1026 kmem_cache_destroy(virtscsi_cmd_cache); in virtio_scsi_init()
1027 virtscsi_cmd_cache = NULL; in virtio_scsi_init()
1035 kmem_cache_destroy(virtscsi_cmd_cache); in virtio_scsi_fini()

Completed in 4 milliseconds