Searched refs:blkg_for_each_descendant_post (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/ | 
| D | .clang-format | 89   - 'blkg_for_each_descendant_post'
 | 
| /Linux-v5.4/block/ | 
| D | blk-throttle.c | 579 	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/ | 
| D | blk-cgroup.h | 576 #define blkg_for_each_descendant_post(d_blkg, pos_css, p_blkg)		\  macro
 |