Home
last modified time | relevance | path

Searched refs:child_active_sum (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/block/
H A Dblk-iocost.c522 u64 child_active_sum; member
1040 if (list_empty(&iocg->active_list) && iocg->child_active_sum) { in __propagate_weights()
1042 iocg->child_active_sum); in __propagate_weights()
1060 parent->child_active_sum += (s32)(active - child->active); in __propagate_weights()
1071 if (parent->child_active_sum) { in __propagate_weights()
1075 parent->child_active_sum); in __propagate_weights()
1137 u64 active_sum = READ_ONCE(parent->child_active_sum); in current_hweight()
1183 parent->child_active_sum); in current_hweight_max()
1224 if (iocg->child_active_sum) in iocg_activate()
1243 if (iocg->child_active_sum) in iocg_activate()
[all...]
/kernel/linux/linux-6.6/block/
H A Dblk-iocost.c520 u64 child_active_sum; member
1097 if (list_empty(&iocg->active_list) && iocg->child_active_sum) { in __propagate_weights()
1099 iocg->child_active_sum); in __propagate_weights()
1117 parent->child_active_sum += (s32)(active - child->active); in __propagate_weights()
1128 if (parent->child_active_sum) { in __propagate_weights()
1132 parent->child_active_sum); in __propagate_weights()
1194 u64 active_sum = READ_ONCE(parent->child_active_sum); in current_hweight()
1240 parent->child_active_sum); in current_hweight_max()
1281 if (iocg->child_active_sum) in iocg_activate()
1300 if (iocg->child_active_sum) in iocg_activate()
[all...]

Completed in 7 milliseconds