|
@@ -4397,13 +4397,14 @@ done:
|
|
|
}
|
|
|
|
|
|
/*
|
|
|
- * sched_balance_self: balance the current task (running on cpu) in domains
|
|
|
- * that have the 'flag' flag set. In practice, this is SD_BALANCE_FORK and
|
|
|
- * SD_BALANCE_EXEC.
|
|
|
+ * select_task_rq_fair: Select target runqueue for the waking task in domains
|
|
|
+ * that have the 'sd_flag' flag set. In practice, this is SD_BALANCE_WAKE,
|
|
|
+ * SD_BALANCE_FORK, or SD_BALANCE_EXEC.
|
|
|
*
|
|
|
- * Balance, ie. select the least loaded group.
|
|
|
+ * Balances load by selecting the idlest cpu in the idlest group, or under
|
|
|
+ * certain conditions an idle sibling cpu if the domain has SD_WAKE_AFFINE set.
|
|
|
*
|
|
|
- * Returns the target CPU number, or the same CPU if no balancing is needed.
|
|
|
+ * Returns the target cpu number.
|
|
|
*
|
|
|
* preempt must be disabled.
|
|
|
*/
|