Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dblk-cgroup.h105 struct blkcg_gq { struct
118 /* all non-root blkcg_gq's are guaranteed to have access to parent */ argument
119 struct blkcg_gq *parent; argument
122 struct request_list rl;
125 atomic_t refcnt;
128 bool online;
130 struct blkg_rwstat stat_bytes;
131 struct blkg_rwstat stat_ios;
133 struct blkg_policy_data *pd[BLKCG_MAX_POLS];
135 struct rcu_head rcu_head;
[all …]