Searched refs:pos_blkg (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/block/ |
H A D | blk-cgroup-rwstat.c | 106 struct blkcg_gq *pos_blkg; in blkg_rwstat_recursive_sum() local 114 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()
|
H A D | bfq-cgroup.c | 1174 struct blkcg_gq *pos_blkg; in bfqg_prfill_stat_recursive() local 1181 blkg_for_each_descendant_pre(pos_blkg, pos_css, blkg) { in bfqg_prfill_stat_recursive() 1184 if (!pos_blkg->online) in bfqg_prfill_stat_recursive() 1187 stat = (void *)blkg_to_pd(pos_blkg, &blkcg_policy_bfq) + off; in bfqg_prfill_stat_recursive()
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-cgroup-rwstat.c | 106 struct blkcg_gq *pos_blkg; in blkg_rwstat_recursive_sum() local 114 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()
|
H A D | bfq-cgroup.c | 1194 struct blkcg_gq *pos_blkg; in bfqg_prfill_stat_recursive() local 1201 blkg_for_each_descendant_pre(pos_blkg, pos_css, blkg) { in bfqg_prfill_stat_recursive() 1204 if (!pos_blkg->online) in bfqg_prfill_stat_recursive() 1207 stat = (void *)blkg_to_pd(pos_blkg, &blkcg_policy_bfq) + off; in bfqg_prfill_stat_recursive()
|
Completed in 7 milliseconds