Home
last modified time | relevance | path

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

/linux/tools/cgroup/
H A Diocost_monitor.py48 WEIGHT_ONE = prog['WEIGHT_ONE'].value_() variable
149 self.weight = iocg.weight.value_() / WEIGHT_ONE
150 self.active = iocg.active.value_() / WEIGHT_ONE
151 self.inuse = iocg.inuse.value_() / WEIGHT_ONE
152 self.hwa_pct = iocg.hweight_active.value_() * 100 / WEIGHT_ONE
153 self.hwi_pct = iocg.hweight_inuse.value_() * 100 / WEIGHT_ONE