Lines Matching refs:ancestors
246 return sch->ancestors[sch->level - 1];
314 return sch->ancestors[ancestor->level] == ancestor;
360 * bypassing sub-trees. If all ancestors including root are bypassing,
379 * by the nearest non-bypassing ancestor, or the root scheduler if all ancestors
5433 * if itself or any of its ancestors are in bypass mode.
5836 * the expedited version as ancestors may be waiting in bypass mode.
6549 sch = kzalloc_flex(*sch, ancestors, level + 1);
6612 memcpy(sch->ancestors, parent->ancestors,
6613 level * sizeof(parent->ancestors[0]));
6614 sch->ancestors[level] = sch;