Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dvirtio_scsi.c121 static mempool_t *virtscsi_cmd_pool; variable
609 mempool_free(cmd, virtscsi_cmd_pool); in virtscsi_tmf()
619 cmd = mempool_alloc(virtscsi_cmd_pool, GFP_NOIO); in virtscsi_device_reset()
678 cmd = mempool_alloc(virtscsi_cmd_pool, GFP_NOIO); in virtscsi_abort()
1001 virtscsi_cmd_pool = in init()
1004 if (!virtscsi_cmd_pool) { in init()
1015 if (virtscsi_cmd_pool) { in init()
1016 mempool_destroy(virtscsi_cmd_pool); in init()
1017 virtscsi_cmd_pool = NULL; in init()
1029 mempool_destroy(virtscsi_cmd_pool); in fini()