|
@@ -215,8 +215,6 @@ calc_delta_mine(unsigned long delta_exec, unsigned long weight,
|
|
|
|
|
|
const struct sched_class fair_sched_class;
|
|
const struct sched_class fair_sched_class;
|
|
|
|
|
|
-static unsigned long __read_mostly max_load_balance_interval = HZ/10;
|
|
|
|
-
|
|
|
|
/**************************************************************
|
|
/**************************************************************
|
|
* CFS operations on generic schedulable entities:
|
|
* CFS operations on generic schedulable entities:
|
|
*/
|
|
*/
|
|
@@ -3086,6 +3084,8 @@ static bool yield_to_task_fair(struct rq *rq, struct task_struct *p, bool preemp
|
|
* Fair scheduling class load-balancing methods:
|
|
* Fair scheduling class load-balancing methods:
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
+static unsigned long __read_mostly max_load_balance_interval = HZ/10;
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* pull_task - move a task from a remote runqueue to the local runqueue.
|
|
* pull_task - move a task from a remote runqueue to the local runqueue.
|
|
* Both runqueues must be locked.
|
|
* Both runqueues must be locked.
|