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

/drivers/scsi/
H A Dvirtio_scsi.c61 static mempool_t *virtscsi_cmd_pool; variable
144 mempool_free(cmd, virtscsi_cmd_pool);
179 mempool_free(cmd, virtscsi_cmd_pool);
283 cmd = mempool_alloc(virtscsi_cmd_pool, GFP_ATOMIC);
329 mempool_free(cmd, virtscsi_cmd_pool);
339 cmd = mempool_alloc(virtscsi_cmd_pool, GFP_NOIO);
362 cmd = mempool_alloc(virtscsi_cmd_pool, GFP_NOIO);
559 virtscsi_cmd_pool =
562 if (!virtscsi_cmd_pool) {
564 "virtscsi_cmd_pool faile
[all...]

Completed in 41 milliseconds