Home
last modified time | relevance | path

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

/Linux-v5.4/include/trace/events/
Diocost.h33 __field(u64, hweight_active)
49 __entry->hweight_active = iocg->hweight_active;
61 __entry->hweight_inuse, __entry->hweight_active
/Linux-v5.4/tools/cgroup/
Diocost_monitor.py149 self.hwa_pct = iocg.hweight_active.value_() * 100 / HWEIGHT_WHOLE
/Linux-v5.4/block/
Dblk-iocost.c486 u32 hweight_active; member
1001 iocg->hweight_active = max_t(u32, hwa, 1); in current_hweight()
1006 *hw_activep = iocg->hweight_active; in current_hweight()
2004 iocg->hweight_active = HWEIGHT_WHOLE; in ioc_pd_init()