Home
last modified time | relevance | path

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

/linux-4.1.27/block/
Dblk-cgroup.c633 struct blkcg_gq *pos_blkg; in blkg_stat_recursive_sum() local
640 blkg_for_each_descendant_pre(pos_blkg, pos_css, pd_to_blkg(pd)) { in blkg_stat_recursive_sum()
641 struct blkg_policy_data *pos_pd = blkg_to_pd(pos_blkg, pol); in blkg_stat_recursive_sum()
644 if (pos_blkg->online) in blkg_stat_recursive_sum()
666 struct blkcg_gq *pos_blkg; in blkg_rwstat_recursive_sum() local
674 blkg_for_each_descendant_pre(pos_blkg, pos_css, pd_to_blkg(pd)) { in blkg_rwstat_recursive_sum()
675 struct blkg_policy_data *pos_pd = blkg_to_pd(pos_blkg, pol); in blkg_rwstat_recursive_sum()
679 if (!pos_blkg->online) in blkg_rwstat_recursive_sum()