Home
last modified time | relevance | path

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

/Linux-v5.10/include/trace/events/
Diocost.h33 __field(u64, hweight_inuse)
48 __entry->hweight_inuse = iocg->hweight_inuse;
58 __entry->hweight_inuse, __entry->hweight_active
/Linux-v5.10/block/
Dblk-iocost.c523 u32 hweight_inuse; member
1135 iocg->hweight_inuse = max_t(u32, hwi, 1); in current_hweight()
1141 *hw_inusep = iocg->hweight_inuse; in current_hweight()
1920 iocg->hweight_inuse = DIV64_U64_ROUND_UP( in transfer_surpluses()
1926 (u64)parent->child_adjusted_sum * iocg->hweight_inuse, in transfer_surpluses()
1927 parent->hweight_inuse); in transfer_surpluses()
1939 iocg->hweight_inuse); in transfer_surpluses()
1967 parent->hweight_inuse); in transfer_surpluses()
1971 iocg->hweight_inuse, in transfer_surpluses()
2245 iocg->hweight_inuse, new_hwi); in ioc_timer_fn()
[all …]
/Linux-v5.10/tools/cgroup/
Diocost_monitor.py150 self.hwi_pct = iocg.hweight_inuse.value_() * 100 / WEIGHT_ONE