Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/trace/events/
H A Diocost.h33 __field(u64, hweight_inuse)
48 __entry->hweight_inuse = iocg->hweight_inuse;
58 __entry->hweight_inuse, __entry->hweight_active
/kernel/linux/linux-6.6/include/trace/events/
H A Diocost.h33 __field(u64, hweight_inuse)
48 __entry->hweight_inuse = iocg->hweight_inuse;
58 __entry->hweight_inuse, __entry->hweight_active
/kernel/linux/linux-5.10/block/
H A Dblk-iocost.c478 * `hweight_inuse`.
527 u32 hweight_inuse; member
1154 iocg->hweight_inuse = max_t(u32, hwi, 1); in current_hweight()
1160 *hw_inusep = iocg->hweight_inuse; in current_hweight()
1164 * Calculate the hweight_inuse @iocg would get with max @inuse assuming all the
1684 * Determine what @iocg's hweight_inuse should be after donating unused
1743 * global hweight_inuse updates when idle iocg's get activated or inuse weights
1751 * hweight_inuse of others, the right solution to which is for those iocgs to
1760 * Given the weights and target after-donation hweight_inuse values, Andy's
1765 * determine the target hweight_inuse fo
[all...]
/kernel/linux/linux-6.6/block/
H A Dblk-iocost.c476 * `hweight_inuse`.
525 u32 hweight_inuse; member
1211 iocg->hweight_inuse = max_t(u32, hwi, 1); in current_hweight()
1217 *hw_inusep = iocg->hweight_inuse; in current_hweight()
1221 * Calculate the hweight_inuse @iocg would get with max @inuse assuming all the
1735 * Determine what @iocg's hweight_inuse should be after donating unused
1794 * global hweight_inuse updates when idle iocg's get activated or inuse weights
1802 * hweight_inuse of others, the right solution to which is for those iocgs to
1811 * Given the weights and target after-donation hweight_inuse values, Andy's
1816 * determine the target hweight_inuse fo
[all...]
/kernel/linux/linux-5.10/tools/cgroup/
H A Diocost_monitor.py150 self.hwi_pct = iocg.hweight_inuse.value_() * 100 / WEIGHT_ONE
/kernel/linux/linux-6.6/tools/cgroup/
H A Diocost_monitor.py153 self.hwi_pct = iocg.hweight_inuse.value_() * 100 / WEIGHT_ONE

Completed in 9 milliseconds