Lines Matching refs:ancestors
553 struct ioc_gq *ancestors[]; member
1055 struct ioc_gq *parent = iocg->ancestors[lvl]; in __propagate_weights()
1056 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in __propagate_weights()
1135 struct ioc_gq *parent = iocg->ancestors[lvl]; in current_hweight()
1136 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in current_hweight()
1177 struct ioc_gq *parent = iocg->ancestors[lvl]; in current_hweight_max()
1178 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in current_hweight_max()
1240 if (!list_empty(&iocg->ancestors[i]->active_list)) in iocg_activate()
1601 if (!list_empty(&iocg->ancestors[lvl]->walk_list)) in iocg_build_inner_walk()
1607 struct ioc_gq *inner = iocg->ancestors[lvl]; in iocg_build_inner_walk()
1649 &iocg->ancestors[iocg->level - 1]->desc_stat; in iocg_flush_stat_one()
1864 struct ioc_gq *parent = iocg->ancestors[iocg->level - 1]; in transfer_surpluses()
1872 struct ioc_gq *parent = iocg->ancestors[iocg->level - 1]; in transfer_surpluses()
1886 struct ioc_gq *parent = iocg->ancestors[iocg->level - 1]; in transfer_surpluses()
1944 parent = iocg->ancestors[iocg->level - 1]; in transfer_surpluses()
1976 struct ioc_gq *parent = iocg->ancestors[iocg->level - 1]; in transfer_surpluses()
2925 iocg = kzalloc_node(struct_size(iocg, ancestors, levels), gfp, q->node); in ioc_pd_alloc()
2967 iocg->ancestors[tiocg->level] = tiocg; in ioc_pd_init()