Home
last modified time | relevance | path

Searched defs:blk_mq_hw_ctx (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/include/linux/
Dblk-mq.h21 struct blk_mq_hw_ctx { struct
22 struct {
25 } ____cacheline_aligned_in_smp;
27 unsigned long state; /* BLK_MQ_S_* flags */
28 struct delayed_work run_work;
29 struct delayed_work delay_work;
30 cpumask_var_t cpumask;
31 int next_cpu;
32 int next_cpu_batch;
34 unsigned long flags; /* BLK_MQ_F_* flags */
[all …]