Lines Matching defs:group
355 * do not decrease any runtime while the group "executes", neither we
447 /* Task group related information */
452 /* schedulable entities of this group on each CPU */
454 /* runqueue "owned" by this group on each CPU */
491 /* Clamp values requested for a task group */
493 /* Effective clamp values used for a task group */
516 * too large, so as the shares value of a task group.
642 * this group.
663 struct task_group *tg; /* group that "owns" this runqueue */
847 /* Scheduling group status flags */
1555 * CPU capacity of this group, SCHED_CAPACITY_SCALE being max capacity
1559 unsigned long min_capacity; /* Min per-CPU capacity in group */
1560 unsigned long max_capacity; /* Max per-CPU capacity in group */
1562 int imbalance; /* XXX unrelated to capacity but shared group state */
1577 int asym_prefer_cpu; /* CPU of highest priority in group */
1580 * The CPUs this group covers.
1604 * @group: The group whose first CPU is to be returned.
1606 static inline unsigned int group_first_cpu(struct sched_group *group)
1608 return cpumask_first(sched_group_span(group));
1643 * Return the group to which this tasks belongs.