Home
last modified time | relevance | path

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

/Linux-v5.4/
D.clang-format89 - 'blkg_for_each_descendant_post'
/Linux-v5.4/block/
Dblk-throttle.c579 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in blk_throtl_update_limit_valid()
1856 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in throtl_can_upgrade()
1902 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in throtl_upgrade_state()
2353 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) in blk_throtl_drain()
/Linux-v5.4/include/linux/
Dblk-cgroup.h576 #define blkg_for_each_descendant_post(d_blkg, pos_css, p_blkg) \ macro