Home
last modified time | relevance | path

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

/linux-4.4.14/block/
Dblk-cgroup.c708 blkg_for_each_descendant_pre(pos_blkg, pos_css, blkg) { in blkg_stat_recursive_sum()
751 blkg_for_each_descendant_pre(pos_blkg, pos_css, blkg) { in blkg_rwstat_recursive_sum()
Dblk-throttle.c1165 blkg_for_each_descendant_pre(blkg, pos_css, tg_to_blkg(tg)) in tg_conf_updated()
/linux-4.4.14/include/linux/
Dblk-cgroup.h395 #define blkg_for_each_descendant_pre(d_blkg, pos_css, p_blkg) \ macro