Lines Matching defs:blkcg_gq
108 struct blkcg_gq { struct
115 /* all non-root blkcg_gq's are guaranteed to have access to parent */ argument
116 struct blkcg_gq *parent; argument
119 struct percpu_ref refcnt;
122 bool online;
124 struct blkg_iostat_set __percpu *iostat_cpu;
125 struct blkg_iostat_set iostat;
127 struct blkg_policy_data *pd[BLKCG_MAX_POLS];
129 spinlock_t async_bio_lock;
130 struct bio_list async_bios;
131 struct work_struct async_bio_work;
133 atomic_t use_delay;
134 atomic64_t delay_nsec;
135 atomic64_t delay_start;
136 u64 last_delay;
137 int last_use;
139 struct rcu_head rcu_head;
635 struct blkcg_gq { struct