Searched defs:blkcg_gq (Results 1 – 1 of 1) sorted by relevance
108 struct blkcg_gq { struct115 /* all non-root blkcg_gq's are guaranteed to have access to parent */ argument116 struct blkcg_gq *parent; argument119 struct percpu_ref refcnt;122 bool online;124 struct blkg_iostat_set __percpu *iostat_cpu;125 struct blkg_iostat_set iostat;127 struct blkg_policy_data *pd[BLKCG_MAX_POLS];129 spinlock_t async_bio_lock;130 struct bio_list async_bios;[all …]