Home
last modified time | relevance | path

Searched refs:pos_blkg (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/block/
Dblk-cgroup.c718 struct blkcg_gq *pos_blkg; in blkg_rwstat_recursive_sum() local
725 blkg_for_each_descendant_pre(pos_blkg, pos_css, blkg) { in blkg_rwstat_recursive_sum()
728 if (!pos_blkg->online) in blkg_rwstat_recursive_sum()
732 rwstat = (void *)blkg_to_pd(pos_blkg, pol) + off; in blkg_rwstat_recursive_sum()
734 rwstat = (void *)pos_blkg + off; in blkg_rwstat_recursive_sum()
Dbfq-cgroup.c1079 struct blkcg_gq *pos_blkg; in bfqg_prfill_stat_recursive() local
1086 blkg_for_each_descendant_pre(pos_blkg, pos_css, blkg) { in bfqg_prfill_stat_recursive()
1089 if (!pos_blkg->online) in bfqg_prfill_stat_recursive()
1092 stat = (void *)blkg_to_pd(pos_blkg, &blkcg_policy_bfq) + off; in bfqg_prfill_stat_recursive()