Home
last modified time | relevance | path

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

/Linux-v6.1/block/
Dblk-iocost.c516 u64 child_active_sum; member
1072 if (list_empty(&iocg->active_list) && iocg->child_active_sum) { in __propagate_weights()
1074 iocg->child_active_sum); in __propagate_weights()
1092 parent->child_active_sum += (s32)(active - child->active); in __propagate_weights()
1103 if (parent->child_active_sum) { in __propagate_weights()
1107 parent->child_active_sum); in __propagate_weights()
1169 u64 active_sum = READ_ONCE(parent->child_active_sum); in current_hweight()
1215 parent->child_active_sum); in current_hweight_max()
1256 if (iocg->child_active_sum) in iocg_activate()
1275 if (iocg->child_active_sum) in iocg_activate()
[all …]