Searched refs:blkg_for_each_descendant_post (Results  1 – 2 of 2) sorted by relevance
| /Linux-v6.6/block/ | 
| D | blk-cgroup.h | 374 #define blkg_for_each_descendant_post(d_blkg, pos_css, p_blkg)		\  macro
 | 
| D | blk-throttle.c | 454 	blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) {  in blk_throtl_update_limit_valid()1730 	blkg_for_each_descendant_post(blkg, pos_css, q->root_blkg) {  in blk_throtl_cancel_bios()
 1884 	blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) {  in throtl_can_upgrade()
 1930 	blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) {  in throtl_upgrade_state()
 
 |