Lines Matching defs:blkcg_gq
109 struct blkcg_gq { struct
122 /* all non-root blkcg_gq's are guaranteed to have access to parent */ argument
123 struct blkcg_gq *parent; argument
126 struct request_list rl;
129 atomic_t refcnt;
132 bool online;
134 struct blkg_rwstat stat_bytes;
135 struct blkg_rwstat stat_ios;
137 struct blkg_policy_data *pd[BLKCG_MAX_POLS];
139 struct rcu_head rcu_head;
141 atomic_t use_delay;
142 atomic64_t delay_nsec;
143 atomic64_t delay_start;
144 u64 last_delay;
145 int last_use;
905 struct blkcg_gq { struct