Home
last modified time | relevance | path

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

/openbmc/linux/include/trace/events/
H A Diocost.h32 __field(u64, hweight_active)
47 __entry->hweight_active = iocg->hweight_active;
58 __entry->hweight_inuse, __entry->hweight_active
/openbmc/linux/block/
H A Dblk-iocost.c524 u32 hweight_active; member
1210 iocg->hweight_active = max_t(u32, hwa, 1); in current_hweight()
1215 *hw_activep = iocg->hweight_active; in current_hweight()
1943 iocg->hweight_active = DIV64_U64_ROUND_UP( in transfer_surpluses()
1944 (u64)parent->hweight_active * iocg->active, in transfer_surpluses()
1950 iocg->hweight_active); in transfer_surpluses()
1953 if (WARN_ON_ONCE(iocg->hweight_active <= 1 || in transfer_surpluses()
1959 iocg->hweight_active, iocg->hweight_donating, in transfer_surpluses()
2014 iocg->hweight_active); in transfer_surpluses()
2018 iocg->hweight_active); in transfer_surpluses()
[all …]
/openbmc/linux/tools/cgroup/
H A Diocost_monitor.py152 self.hwa_pct = iocg.hweight_active.value_() * 100 / WEIGHT_ONE