Home
last modified time | relevance | path

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

/include/linux/
Dblk-cgroup.h111 struct blkcg_gq { struct
124 /* all non-root blkcg_gq's are guaranteed to have access to parent */ argument
125 struct blkcg_gq *parent; argument
128 struct percpu_ref refcnt;
131 bool online;
133 struct blkg_rwstat stat_bytes;
134 struct blkg_rwstat stat_ios;
136 struct blkg_policy_data *pd[BLKCG_MAX_POLS];
138 spinlock_t async_bio_lock;
139 struct bio_list async_bios;
[all …]