Home
last modified time | relevance | path

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

/linux-6.12.1/block/
Dblk-iocost.c1743 static u32 hweight_after_donation(struct ioc_gq *iocg, u32 old_hwi, u32 hwm, in hweight_after_donation() argument
1765 ioc->vtime_err -= div64_u64(excess * old_hwi, WEIGHT_ONE); in hweight_after_donation()
2215 u32 old_hwi; in ioc_check_iocgs() local
2217 current_hweight(iocg, NULL, &old_hwi); in ioc_check_iocgs()
2218 ioc->vtime_err -= div64_u64(excess * old_hwi, in ioc_check_iocgs()
2313 u32 hwa, old_hwi, hwm, new_hwi, usage; in ioc_timer_fn() local
2339 current_hweight(iocg, &hwa, &old_hwi); in ioc_timer_fn()
2341 new_hwi = hweight_after_donation(iocg, old_hwi, hwm, in ioc_timer_fn()
2467 u32 __maybe_unused old_inuse = iocg->inuse, __maybe_unused old_hwi; in adjust_inuse_and_calc_cost() local
2474 old_hwi = hwi; in adjust_inuse_and_calc_cost()
[all …]