Lines Matching refs:ancestors
548 /* this iocg's depth in the hierarchy and ancestors including self */
550 struct ioc_gq *ancestors[];
1112 struct ioc_gq *parent = iocg->ancestors[lvl];
1113 struct ioc_gq *child = iocg->ancestors[lvl + 1];
1192 struct ioc_gq *parent = iocg->ancestors[lvl];
1193 struct ioc_gq *child = iocg->ancestors[lvl + 1];
1234 struct ioc_gq *parent = iocg->ancestors[lvl];
1235 struct ioc_gq *child = iocg->ancestors[lvl + 1];
1297 if (!list_empty(&iocg->ancestors[i]->active_list))
1646 * list of all the ancestors in @inner_walk. The inner nodes are linked through
1658 if (!list_empty(&iocg->ancestors[lvl]->walk_list))
1664 struct ioc_gq *inner = iocg->ancestors[lvl];
1676 &iocg->ancestors[iocg->level - 1]->stat;
1915 struct ioc_gq *parent = iocg->ancestors[iocg->level - 1];
1923 struct ioc_gq *parent = iocg->ancestors[iocg->level - 1];
1937 struct ioc_gq *parent = iocg->ancestors[iocg->level - 1];
1995 parent = iocg->ancestors[iocg->level - 1];
2027 struct ioc_gq *parent = iocg->ancestors[iocg->level - 1];
2958 iocg = kzalloc_node(struct_size(iocg, ancestors, levels), gfp,
3001 iocg->ancestors[tiocg->level] = tiocg;