Home
last modified time | relevance | path

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

/Linux-v6.1/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.1/block/
Dblk-iocost.c521 u32 hweight_inuse; member
1186 iocg->hweight_inuse = max_t(u32, hwi, 1); in current_hweight()
1192 *hw_inusep = iocg->hweight_inuse; in current_hweight()
1966 iocg->hweight_inuse = DIV64_U64_ROUND_UP( in transfer_surpluses()
1972 (u64)parent->child_adjusted_sum * iocg->hweight_inuse, in transfer_surpluses()
1973 parent->hweight_inuse); in transfer_surpluses()
1985 iocg->hweight_inuse); in transfer_surpluses()
2013 parent->hweight_inuse); in transfer_surpluses()
2017 iocg->hweight_inuse, in transfer_surpluses()
2327 iocg->hweight_inuse, new_hwi); in ioc_timer_fn()
[all …]
/Linux-v6.1/tools/cgroup/
Diocost_monitor.py150 self.hwi_pct = iocg.hweight_inuse.value_() * 100 / WEIGHT_ONE