Home
last modified time | relevance | path

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

/linux/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
/linux/block/
H A Dblk-iocost.c525 u32 hweight_inuse; member
1218 iocg->hweight_inuse = max_t(u32, hwi, 1); in current_hweight()
1224 *hw_inusep = iocg->hweight_inuse; in current_hweight()
2009 iocg->hweight_inuse = DIV64_U64_ROUND_UP( in transfer_surpluses()
2015 (u64)parent->child_adjusted_sum * iocg->hweight_inuse, in transfer_surpluses()
2016 parent->hweight_inuse); in transfer_surpluses()
2028 iocg->hweight_inuse); in transfer_surpluses()
2056 parent->hweight_inuse); in transfer_surpluses()
2060 iocg->hweight_inuse, in transfer_surpluses()
2374 iocg->hweight_inuse, new_hwi); in ioc_timer_fn()
[all …]
/linux/tools/cgroup/
H A Diocost_monitor.py153 self.hwi_pct = iocg.hweight_inuse.value_() * 100 / WEIGHT_ONE