Searched refs:blkg_for_each_descendant_pre (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/block/ |
H A D | blk-cgroup-rwstat.c | 114 blkg_for_each_descendant_pre(pos_blkg, pos_css, blkg) { in blkg_rwstat_recursive_sum() function
|
H A D | blk-iolatency.c | 669 blkg_for_each_descendant_pre(blkg, pos_css, in blkiolatency_timer_fn()
|
H A D | bfq-cgroup.c | 1181 blkg_for_each_descendant_pre(pos_blkg, pos_css, blkg) { in bfqg_prfill_stat_recursive() function
|
H A D | blk-throttle.c | 1421 blkg_for_each_descendant_pre(blkg, pos_css, in tg_conf_updated()
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-cgroup-rwstat.c | 114 blkg_for_each_descendant_pre(pos_blkg, pos_css, blkg) { in blkg_rwstat_recursive_sum() function
|
H A D | blk-cgroup.h | 347 * blkg_for_each_descendant_pre - pre-order walk of a blkg's descendants 358 #define blkg_for_each_descendant_pre(d_blkg, pos_css, p_blkg) \ macro 369 * Similar to blkg_for_each_descendant_pre() but performs post-order
|
H A D | blk-iolatency.c | 667 blkg_for_each_descendant_pre(blkg, pos_css, in blkiolatency_timer_fn()
|
H A D | bfq-cgroup.c | 1201 blkg_for_each_descendant_pre(pos_blkg, pos_css, blkg) { in bfqg_prfill_stat_recursive() function
|
H A D | blk-throttle.c | 1331 blkg_for_each_descendant_pre(blkg, pos_css, in tg_conf_updated()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | blk-cgroup.h | 484 * blkg_for_each_descendant_pre - pre-order walk of a blkg's descendants 495 #define blkg_for_each_descendant_pre(d_blkg, pos_css, p_blkg) \ macro 506 * Similar to blkg_for_each_descendant_pre() but performs post-order
|
Completed in 23 milliseconds