Home
last modified time | relevance | path

Searched refs:root_iocg (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/cgroup/
H A Diocost_monitor.py218 root_iocg = None variable
227 root_iocg = container_of(blkg.pd[plid], 'struct ioc_gq', 'pd')
228 ioc = root_iocg.ioc
/kernel/linux/linux-6.6/tools/cgroup/
H A Diocost_monitor.py225 root_iocg = None variable
234 root_iocg = container_of(blkg.pd[plid], 'struct ioc_gq', 'pd')
235 ioc = root_iocg.ioc
/kernel/linux/linux-5.10/block/
H A Dblk-iocost.c1798 struct ioc_gq *iocg, *tiocg, *root_iocg; in transfer_surpluses() local
1850 root_iocg = list_first_entry(&inner_walk, struct ioc_gq, walk_list); in transfer_surpluses()
1851 WARN_ON_ONCE(root_iocg->level > 0); in transfer_surpluses()
1918 * calculations, root_iocg->hweight_donating might still end up equal to in transfer_surpluses()
1924 (WEIGHT_ONE - root_iocg->hweight_after_donation) * WEIGHT_ONE, in transfer_surpluses()
1925 WEIGHT_ONE - min_t(u32, root_iocg->hweight_donating, WEIGHT_ONE - 1)); in transfer_surpluses()
/kernel/linux/linux-6.6/block/
H A Dblk-iocost.c1849 struct ioc_gq *iocg, *tiocg, *root_iocg; in transfer_surpluses() local
1901 root_iocg = list_first_entry(&inner_walk, struct ioc_gq, walk_list); in transfer_surpluses()
1902 WARN_ON_ONCE(root_iocg->level > 0); in transfer_surpluses()
1969 * calculations, root_iocg->hweight_donating might still end up equal to in transfer_surpluses()
1975 (WEIGHT_ONE - root_iocg->hweight_after_donation) * WEIGHT_ONE, in transfer_surpluses()
1976 WEIGHT_ONE - min_t(u32, root_iocg->hweight_donating, WEIGHT_ONE - 1)); in transfer_surpluses()

Completed in 13 milliseconds