Searched defs:blk_mq_hw_ctx (Results 1 – 1 of 1) sorted by relevance
12 struct blk_mq_hw_ctx { struct13 struct {17 } ____cacheline_aligned_in_smp;19 struct delayed_work run_work;20 cpumask_var_t cpumask;21 int next_cpu;22 int next_cpu_batch;24 unsigned long flags; /* BLK_MQ_F_* flags */26 void *sched_data;27 struct request_queue *queue;[all …]