Searched defs:blk_mq_hw_ctx (Results 1 – 1 of 1) sorted by relevance
15 struct blk_mq_hw_ctx { struct16 struct {20 } ____cacheline_aligned_in_smp;22 struct delayed_work run_work;23 cpumask_var_t cpumask;24 int next_cpu;25 int next_cpu_batch;27 unsigned long flags; /* BLK_MQ_F_* flags */29 void *sched_data;30 struct request_queue *queue;[all …]