Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/
Dvirtio_scsi.c90 static mempool_t *virtscsi_cmd_pool; variable
631 mempool_free(cmd, virtscsi_cmd_pool); in virtscsi_tmf()
641 cmd = mempool_alloc(virtscsi_cmd_pool, GFP_NOIO); in virtscsi_device_reset()
699 cmd = mempool_alloc(virtscsi_cmd_pool, GFP_NOIO); in virtscsi_abort()
1004 virtscsi_cmd_pool = in init()
1007 if (!virtscsi_cmd_pool) { in init()
1018 mempool_destroy(virtscsi_cmd_pool); in init()
1019 virtscsi_cmd_pool = NULL; in init()
1028 mempool_destroy(virtscsi_cmd_pool); in fini()