Home
last modified time | relevance | path

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

/linux-5.19.10/include/trace/events/
Diocost.h32 __field(u64, hweight_active)
47 __entry->hweight_active = iocg->hweight_active;
58 __entry->hweight_inuse, __entry->hweight_active
/linux-5.19.10/block/
Dblk-iocost.c520 u32 hweight_active; member
1189 iocg->hweight_active = max_t(u32, hwa, 1); in current_hweight()
1194 *hw_activep = iocg->hweight_active; in current_hweight()
1911 iocg->hweight_active = DIV64_U64_ROUND_UP( in transfer_surpluses()
1912 (u64)parent->hweight_active * iocg->active, in transfer_surpluses()
1918 iocg->hweight_active); in transfer_surpluses()
1921 if (WARN_ON_ONCE(iocg->hweight_active <= 1 || in transfer_surpluses()
1927 iocg->hweight_active, iocg->hweight_donating, in transfer_surpluses()
1971 (u64)gamma * (iocg->hweight_active - iocg->hweight_donating), in transfer_surpluses()
1982 iocg->hweight_active); in transfer_surpluses()
[all …]
/linux-5.19.10/tools/cgroup/
Diocost_monitor.py149 self.hwa_pct = iocg.hweight_active.value_() * 100 / WEIGHT_ONE