Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dblk-iocost.c518 u64 child_active_sum; member
1031 if (list_empty(&iocg->active_list) && iocg->child_active_sum) { in __propagate_weights()
1033 iocg->child_active_sum); in __propagate_weights()
1051 parent->child_active_sum += (s32)(active - child->active); in __propagate_weights()
1062 if (parent->child_active_sum) { in __propagate_weights()
1066 parent->child_active_sum); in __propagate_weights()
1128 u64 active_sum = READ_ONCE(parent->child_active_sum); in current_hweight()
1174 parent->child_active_sum); in current_hweight_max()
1215 if (iocg->child_active_sum) in iocg_activate()
1234 if (iocg->child_active_sum) in iocg_activate()
[all …]