Home
last modified time | relevance | path

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

/Linux-v6.6/include/trace/events/
Diocost.h33 __field(u64, hweight_inuse)
48 __entry->hweight_inuse = iocg->hweight_inuse;
58 __entry->hweight_inuse, __entry->hweight_active
/Linux-v6.6/block/
Dblk-iocost.c525 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()
1991 iocg->hweight_inuse = DIV64_U64_ROUND_UP( in transfer_surpluses()
1997 (u64)parent->child_adjusted_sum * iocg->hweight_inuse, in transfer_surpluses()
1998 parent->hweight_inuse); in transfer_surpluses()
2010 iocg->hweight_inuse); in transfer_surpluses()
2038 parent->hweight_inuse); in transfer_surpluses()
2042 iocg->hweight_inuse, in transfer_surpluses()
2354 iocg->hweight_inuse, new_hwi); in ioc_timer_fn()
[all …]
/Linux-v6.6/tools/cgroup/
Diocost_monitor.py153 self.hwi_pct = iocg.hweight_inuse.value_() * 100 / WEIGHT_ONE