Lines Matching refs:ancestors
551 /* this iocg's depth in the hierarchy and ancestors including self */
553 struct ioc_gq *ancestors[];
1055 struct ioc_gq *parent = iocg->ancestors[lvl];
1056 struct ioc_gq *child = iocg->ancestors[lvl + 1];
1135 struct ioc_gq *parent = iocg->ancestors[lvl];
1136 struct ioc_gq *child = iocg->ancestors[lvl + 1];
1177 struct ioc_gq *parent = iocg->ancestors[lvl];
1178 struct ioc_gq *child = iocg->ancestors[lvl + 1];
1240 if (!list_empty(&iocg->ancestors[i]->active_list))
1589 * list of all the ancestors in @inner_walk. The inner nodes are linked through
1601 if (!list_empty(&iocg->ancestors[lvl]->walk_list))
1607 struct ioc_gq *inner = iocg->ancestors[lvl];
1649 &iocg->ancestors[iocg->level - 1]->desc_stat;
1864 struct ioc_gq *parent = iocg->ancestors[iocg->level - 1];
1872 struct ioc_gq *parent = iocg->ancestors[iocg->level - 1];
1886 struct ioc_gq *parent = iocg->ancestors[iocg->level - 1];
1944 parent = iocg->ancestors[iocg->level - 1];
1976 struct ioc_gq *parent = iocg->ancestors[iocg->level - 1];
2925 iocg = kzalloc_node(struct_size(iocg, ancestors, levels), gfp, q->node);
2967 iocg->ancestors[tiocg->level] = tiocg;