LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] sched/fair: use RETRY_TASK in idle_balance
@ 2018-04-26 10:37 Vincent Guittot
  2018-04-26 11:49 ` Peter Zijlstra
  2018-04-27 22:49 ` kbuild test robot
  0 siblings, 2 replies; 4+ messages in thread
From: Vincent Guittot @ 2018-04-26 10:37 UTC (permalink / raw)
  To: peterz, mingo, linux-kernel; +Cc: Vincent Guittot

Use RETRY_TASK in idle_balance when we want select_task_rq() function to 
rerun the complete task selection path

Signed-off-by: Vincent Guittot <vincent.guittot@linaro.org>
---
 kernel/sched/fair.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index 0951d1c..ba49f83 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -9862,7 +9862,7 @@ static int idle_balance(struct rq *this_rq, struct rq_flags *rf)
 
 	/* Is there a task of a high priority class? */
 	if (this_rq->nr_running != this_rq->cfs.h_nr_running)
-		pulled_task = -1;
+		pulled_task = RETRY_TASK;
 
 	if (pulled_task)
 		this_rq->idle_stamp = 0;
-- 
2.7.4

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-04-27 22:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-26 10:37 [PATCH] sched/fair: use RETRY_TASK in idle_balance Vincent Guittot
2018-04-26 11:49 ` Peter Zijlstra
2018-04-26 13:11   ` Vincent Guittot
2018-04-27 22:49 ` kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).