Home
last modified time | relevance | path

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

/Linux-v4.19/
D.clang-format83 - 'blkg_for_each_descendant_post'
/Linux-v4.19/block/
Dblk-throttle.c578 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in blk_throtl_update_limit_valid()
1868 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in throtl_can_upgrade()
1914 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in throtl_upgrade_state()
2379 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) in blk_throtl_drain()
/Linux-v4.19/include/linux/
Dblk-cgroup.h513 #define blkg_for_each_descendant_post(d_blkg, pos_css, p_blkg) \ macro