Home
last modified time | relevance | path

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

/linux-6.12.1/block/
Dblk-cgroup.h56 struct blkcg_gq { struct
63 /* all non-root blkcg_gq's are guaranteed to have access to parent */ argument
64 struct blkcg_gq *parent; argument
67 struct percpu_ref refcnt;
70 bool online;
72 struct blkg_iostat_set __percpu *iostat_cpu;
73 struct blkg_iostat_set iostat;
75 struct blkg_policy_data *pd[BLKCG_MAX_POLS];
77 spinlock_t async_bio_lock;
78 struct bio_list async_bios;
[all …]