Searched refs:pos_blkg (Results 1 – 2 of 2) sorted by relevance
106 struct blkcg_gq *pos_blkg; in blkg_rwstat_recursive_sum() local114 blkg_for_each_descendant_pre(pos_blkg, pos_css, blkg) { in blkg_rwstat_recursive_sum()117 if (!pos_blkg->online) in blkg_rwstat_recursive_sum()121 rwstat = (void *)blkg_to_pd(pos_blkg, pol) + off; in blkg_rwstat_recursive_sum()123 rwstat = (void *)pos_blkg + off; in blkg_rwstat_recursive_sum()
1187 struct blkcg_gq *pos_blkg; in bfqg_prfill_stat_recursive() local1194 blkg_for_each_descendant_pre(pos_blkg, pos_css, blkg) { in bfqg_prfill_stat_recursive()1197 if (!pos_blkg->online) in bfqg_prfill_stat_recursive()1200 stat = (void *)blkg_to_pd(pos_blkg, &blkcg_policy_bfq) + off; in bfqg_prfill_stat_recursive()