Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/block/
Dblk-cgroup.h55 struct blkcg_gq { struct
62 /* all non-root blkcg_gq's are guaranteed to have access to parent */ argument
63 struct blkcg_gq *parent; argument
66 struct percpu_ref refcnt;
69 bool online;
71 struct blkg_iostat_set __percpu *iostat_cpu;
72 struct blkg_iostat_set iostat;
74 struct blkg_policy_data *pd[BLKCG_MAX_POLS];
99 struct blkcg_gq __rcu *blkg_hint; argument
/kernel/linux/linux-5.10/include/linux/
Dblk-cgroup.h106 struct blkcg_gq { struct
113 /* all non-root blkcg_gq's are guaranteed to have access to parent */ argument
114 struct blkcg_gq *parent; argument
117 struct percpu_ref refcnt;
120 bool online;
122 struct blkg_iostat_set __percpu *iostat_cpu;
123 struct blkg_iostat_set iostat;
125 struct blkg_policy_data *pd[BLKCG_MAX_POLS];
127 spinlock_t async_bio_lock;
128 struct bio_list async_bios;
[all …]