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
524 u32 hweight_active; member1217 iocg->hweight_active = max_t(u32, hwa, 1); in current_hweight()1222 *hw_activep = iocg->hweight_active; in current_hweight()1950 iocg->hweight_active = DIV64_U64_ROUND_UP( in transfer_surpluses()1951 (u64)parent->hweight_active * iocg->active, in transfer_surpluses()1957 iocg->hweight_active); in transfer_surpluses()1960 if (WARN_ON_ONCE(iocg->hweight_active <= 1 || in transfer_surpluses()1966 iocg->hweight_active, iocg->hweight_donating, in transfer_surpluses()2010 (u64)gamma * (iocg->hweight_active - iocg->hweight_donating), in transfer_surpluses()2021 iocg->hweight_active); in transfer_surpluses()[all …]
152 self.hwa_pct = iocg.hweight_active.value_() * 100 / WEIGHT_ONE