Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dblk-cgroup.h105 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;
[all …]
/kernel/linux/linux-4.19/include/linux/
Dblk-cgroup.h109 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;
[all …]