Searched refs:hweight_active (Results 1 – 3 of 3) sorted by relevance
32 __field(u64, hweight_active)47 __entry->hweight_active = iocg->hweight_active;58 __entry->hweight_inuse, __entry->hweight_active
520 u32 hweight_active; member1189 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 …]
149 self.hwa_pct = iocg.hweight_active.value_() * 100 / WEIGHT_ONE