Searched refs:hw_active (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/block/ |
D | blk-iocost.c | 1398 u32 hw_active, hw_inuse, usage; in ioc_timer_fn() local 1406 current_hweight(iocg, &hw_active, &hw_inuse); in ioc_timer_fn() 1466 } else if (hw_inuse < hw_active) { in ioc_timer_fn() 1471 new_hwi = hw_active; in ioc_timer_fn() 1500 u32 usage, hw_active, hw_inuse, new_hwi, new_inuse; in ioc_timer_fn() local 1516 current_hweight(iocg, &hw_active, &hw_inuse); in ioc_timer_fn() 1685 u32 hw_active, hw_inuse; in ioc_rqos_throttle() local 1704 current_hweight(iocg, &hw_active, &hw_inuse); in ioc_rqos_throttle() 1706 if (hw_inuse < hw_active && in ioc_rqos_throttle() 1709 iocg->inuse, iocg->weight, hw_inuse, hw_active); in ioc_rqos_throttle() [all …]
|