Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dblk-cgroup.h110 struct blkcg_gq { struct
117 /* all non-root blkcg_gq's are guaranteed to have access to parent */ argument
118 struct blkcg_gq *parent; argument
121 struct percpu_ref refcnt;
124 bool online;
126 struct blkg_iostat_set __percpu *iostat_cpu;
127 struct blkg_iostat_set iostat;
129 struct blkg_policy_data *pd[BLKCG_MAX_POLS];
131 spinlock_t async_bio_lock;
132 struct bio_list async_bios;
[all …]