Home
last modified time | relevance | path

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

/linux-6.1.9/block/
Dblk-cgroup.h51 struct blkcg_gq { struct
58 /* all non-root blkcg_gq's are guaranteed to have access to parent */ argument
59 struct blkcg_gq *parent; argument
62 struct percpu_ref refcnt;
65 bool online;
67 struct blkg_iostat_set __percpu *iostat_cpu;
68 struct blkg_iostat_set iostat;
70 struct blkg_policy_data *pd[BLKCG_MAX_POLS];
94 struct blkcg_gq __rcu *blkg_hint; argument