struct blk_mq_ops *mq_ops; unsigned int *mq_map; /* sw queues */ struct blk_mq_ctx __percpu *queue_ctx; unsigned int nr_queues; /* hw dispatch queues */ struct blk_mq_hw_ctx **queue_hw_ctx; unsigned int nr_hw_queues; /* * Dispatch queue sorting */ sector_t end_sector; ...
struct blk_mq_hw_ctx *hctx; long state; unsigned int state; if (!blk_qc_t_valid(cookie) || !test_bit(QUEUE_FLAG_POLL, &q->queue_flags)) Expand Down 6 changes: 3 additions & 3 deletions 6 drivers/md/dm.c Show comments View file Edit file Delete file This file contains bid...
diff --git a/.cloudbuild.yaml b/.cloudbuild.yaml index 1412ab92b62..c17c7753415 100644 --- a/.cloudbuild.yaml +++ b/.cloudbuild.yaml @@ -192,10 +192,10 @@ steps: args: ['pull', 'gcr.io/cloudsql-docker/gce-proxy:1.14'] id: 'pullCloudsqlProxy' - name: 'gcr.io/cloud-...