Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dvirtio_scsi.c90 static mempool_t *virtscsi_cmd_pool; variable
618 mempool_free(cmd, virtscsi_cmd_pool); in virtscsi_tmf()
628 cmd = mempool_alloc(virtscsi_cmd_pool, GFP_NOIO); in virtscsi_device_reset()
686 cmd = mempool_alloc(virtscsi_cmd_pool, GFP_NOIO); in virtscsi_abort()
992 virtscsi_cmd_pool = in init()
995 if (!virtscsi_cmd_pool) { in init()
1006 if (virtscsi_cmd_pool) { in init()
1007 mempool_destroy(virtscsi_cmd_pool); in init()
1008 virtscsi_cmd_pool = NULL; in init()
1020 mempool_destroy(virtscsi_cmd_pool); in fini()