Home
last modified time | relevance | path

Searched refs:hweight_active (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/block/
H A Dblk-iocost.c477 * `active` and `inuse` are used to calculate `hweight_active` and
526 u32 hweight_active; member
1153 iocg->hweight_active = max_t(u32, hwa, 1); in current_hweight()
1158 *hw_activep = iocg->hweight_active; in current_hweight()
1888 iocg->hweight_active = DIV64_U64_ROUND_UP( in transfer_surpluses()
1889 (u64)parent->hweight_active * iocg->active, in transfer_surpluses()
1895 iocg->hweight_active); in transfer_surpluses()
1898 if (WARN_ON_ONCE(iocg->hweight_active <= 1 || in transfer_surpluses()
1904 iocg->hweight_active, iocg->hweight_donating, in transfer_surpluses()
1948 (u64)gamma * (iocg->hweight_active in transfer_surpluses()
[all...]
/kernel/linux/linux-6.6/block/
H A Dblk-iocost.c475 * `active` and `inuse` are used to calculate `hweight_active` and
524 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()
1939 iocg->hweight_active = DIV64_U64_ROUND_UP( in transfer_surpluses()
1940 (u64)parent->hweight_active * iocg->active, in transfer_surpluses()
1946 iocg->hweight_active); in transfer_surpluses()
1949 if (WARN_ON_ONCE(iocg->hweight_active <= 1 || in transfer_surpluses()
1955 iocg->hweight_active, iocg->hweight_donating, in transfer_surpluses()
1999 (u64)gamma * (iocg->hweight_active in transfer_surpluses()
[all...]
/kernel/linux/linux-5.10/tools/cgroup/
H A Diocost_monitor.py149 self.hwa_pct = iocg.hweight_active.value_() * 100 / WEIGHT_ONE
/kernel/linux/linux-6.6/tools/cgroup/
H A Diocost_monitor.py152 self.hwa_pct = iocg.hweight_active.value_() * 100 / WEIGHT_ONE

Completed in 11 milliseconds