Home
last modified time | relevance | path

Searched refs:root_iocg (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/tools/cgroup/
Diocost_monitor.py218 root_iocg = None variable
227 root_iocg = container_of(blkg.pd[plid], 'struct ioc_gq', 'pd') variable
228 ioc = root_iocg.ioc
/linux-5.19.10/block/
Dblk-iocost.c1821 struct ioc_gq *iocg, *tiocg, *root_iocg; in transfer_surpluses() local
1873 root_iocg = list_first_entry(&inner_walk, struct ioc_gq, walk_list); in transfer_surpluses()
1874 WARN_ON_ONCE(root_iocg->level > 0); in transfer_surpluses()
1947 (WEIGHT_ONE - root_iocg->hweight_after_donation) * WEIGHT_ONE, in transfer_surpluses()
1948 WEIGHT_ONE - min_t(u32, root_iocg->hweight_donating, WEIGHT_ONE - 1)); in transfer_surpluses()