Searched defs:blk_mq_hw_ctx (Results 1 – 1 of 1) sorted by relevance
10 struct blk_mq_hw_ctx { struct11 struct {15 } ____cacheline_aligned_in_smp;17 struct work_struct run_work;18 cpumask_var_t cpumask;19 int next_cpu;20 int next_cpu_batch;22 unsigned long flags; /* BLK_MQ_F_* flags */24 struct request_queue *queue;25 struct blk_flush_queue *fq;[all …]