Lines Matching refs:ancestors
550 struct ioc_gq *ancestors[]; member
1112 struct ioc_gq *parent = iocg->ancestors[lvl]; in __propagate_weights()
1113 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in __propagate_weights()
1192 struct ioc_gq *parent = iocg->ancestors[lvl]; in current_hweight()
1193 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in current_hweight()
1234 struct ioc_gq *parent = iocg->ancestors[lvl]; in current_hweight_max()
1235 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in current_hweight_max()
1297 if (!list_empty(&iocg->ancestors[i]->active_list)) in iocg_activate()
1651 if (!list_empty(&iocg->ancestors[lvl]->walk_list)) in iocg_build_inner_walk()
1657 struct ioc_gq *inner = iocg->ancestors[lvl]; in iocg_build_inner_walk()
1669 &iocg->ancestors[iocg->level - 1]->stat; in iocg_flush_stat_upward()
1908 struct ioc_gq *parent = iocg->ancestors[iocg->level - 1]; in transfer_surpluses()
1916 struct ioc_gq *parent = iocg->ancestors[iocg->level - 1]; in transfer_surpluses()
1930 struct ioc_gq *parent = iocg->ancestors[iocg->level - 1]; in transfer_surpluses()
1988 parent = iocg->ancestors[iocg->level - 1]; in transfer_surpluses()
2020 struct ioc_gq *parent = iocg->ancestors[iocg->level - 1]; in transfer_surpluses()
2946 iocg = kzalloc_node(struct_size(iocg, ancestors, levels), gfp, in ioc_pd_alloc()
2989 iocg->ancestors[tiocg->level] = tiocg; in ioc_pd_init()