Lines Matching defs:second
193 * so pick a second-best guess by going with the log2 of the
1292 * occupy the first half of the array. The second half of the
2140 * A task that migrated to a second choice node will be better off
4688 struct sched_entity *second;
4691 second = __pick_first_entity(cfs_rq);
4693 second = fair_pick_next_entity(se);
4694 if (!second || (curr && entity_before(curr, second))) {
4695 second = curr;
4699 if (second && wakeup_preempt_entity(second, left) < 1) {
4700 se = second;
8124 * Right now, this is only the second place where
8778 * cpumask covering 1 CPU of the first group and 3 CPUs of the second group.
8785 * two tasks in the second group. Clearly this is undesired as it will overload
8786 * cpu 3 and leave one of the CPUs in the second group unused.
10650 * visit to all the domains. Decay ~1% per second.