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

/linux-master/block/
H A Dblk-iocost.c522 u64 child_adjusted_sum; member in struct:ioc_gq
1909 iocg->child_adjusted_sum = 0;
1983 * Calculate adjusted hwi, child_adjusted_sum and inuse for the inner
1993 iocg->child_adjusted_sum = DIV64_U64_ROUND_UP(
2008 (u64)parent->child_adjusted_sum * iocg->hweight_inuse,
2023 iocg->child_adjusted_sum = sf + DIV64_U64_ROUND_UP(st * wptp, wpt);
2027 * All inner nodes now have ->hweight_inuse and ->child_adjusted_sum and
2048 parent->child_adjusted_sum * iocg->hweight_after_donation,

Completed in 86 milliseconds