Searched refs:blkg_for_each_descendant_post (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/block/ |
H A D | blk-cgroup.h | 364 * blkg_for_each_descendant_post - post-order walk of a blkg's descendants 373 #define blkg_for_each_descendant_post(d_blkg, pos_css, p_blkg) \ macro
|
H A D | blk-throttle.c | 454 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in blk_throtl_update_limit_valid() 1732 blkg_for_each_descendant_post(blkg, pos_css, q->root_blkg) { in blk_throtl_cancel_bios() 1886 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in throtl_can_upgrade() 1932 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in throtl_upgrade_state()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | blk-cgroup.h | 501 * blkg_for_each_descendant_post - post-order walk of a blkg's descendants 510 #define blkg_for_each_descendant_post(d_blkg, pos_css, p_blkg) \ macro
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-throttle.c | 601 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in blk_throtl_update_limit_valid() 1954 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in throtl_can_upgrade() 2000 blkg_for_each_descendant_post(blkg, pos_css, td->queue->root_blkg) { in throtl_upgrade_state()
|
Completed in 10 milliseconds