Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dvirtio_scsi.c122 static mempool_t *virtscsi_cmd_pool; variable
670 mempool_free(cmd, virtscsi_cmd_pool); in virtscsi_tmf()
680 cmd = mempool_alloc(virtscsi_cmd_pool, GFP_NOIO); in virtscsi_device_reset()
717 cmd = mempool_alloc(virtscsi_cmd_pool, GFP_NOIO); in virtscsi_abort()
1132 virtscsi_cmd_pool = in init()
1135 if (!virtscsi_cmd_pool) { in init()
1146 if (virtscsi_cmd_pool) { in init()
1147 mempool_destroy(virtscsi_cmd_pool); in init()
1148 virtscsi_cmd_pool = NULL; in init()
1160 mempool_destroy(virtscsi_cmd_pool); in fini()