Lines Matching defs:blkcg_gq
105 struct blkcg_gq { struct
112 /* all non-root blkcg_gq's are guaranteed to have access to parent */ argument
113 struct blkcg_gq *parent; argument
116 struct percpu_ref refcnt;
119 bool online;
121 struct blkg_iostat_set __percpu *iostat_cpu;
122 struct blkg_iostat_set iostat;
124 struct blkg_policy_data *pd[BLKCG_MAX_POLS];
126 spinlock_t async_bio_lock;
127 struct bio_list async_bios;
128 struct work_struct async_bio_work;
130 atomic_t use_delay;
131 atomic64_t delay_nsec;
132 atomic64_t delay_start;
133 u64 last_delay;
134 int last_use;
136 struct rcu_head rcu_head;
617 struct blkcg_gq { struct