linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] sched: fixes for the nr_running usage
@ 2013-08-18  8:25 Lei Wen
  2013-08-18  8:25 ` [PATCH 1/8] sched: change load balance number to h_nr_running of run queue Lei Wen
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Lei Wen @ 2013-08-18  8:25 UTC (permalink / raw)
  To: Paul Turner, Peter Zijlstra, Ingo Molnar, mingo, leiwen,
	linux-kernel

Since it is different for the nr_running and h_nr_running in its
presenting meaning, we should take care of their usage in the scheduler.

Lei Wen (8):
  sched: change load balance number to h_nr_running of run queue
  sched: change cpu_avg_load_per_task using h_nr_running
  sched: change update_rq_runnable_avg using h_nr_running
  sched: change pick_next_task_fair to h_nr_running
  sched: change update_sg_lb_stats to h_nr_running
  sched: change find_busiest_queue to h_nr_running
  sched: change active_load_balance_cpu_stop to use h_nr_running
  sched: document the difference between nr_running and h_nr_running

 kernel/sched/fair.c  |   23 +++++++++++++----------
 kernel/sched/sched.h |    6 ++++++
 2 files changed, 19 insertions(+), 10 deletions(-)

-- 
1.7.5.4


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

end of thread, other threads:[~2013-08-18  8:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-18  8:25 [PATCH 0/8] sched: fixes for the nr_running usage Lei Wen
2013-08-18  8:25 ` [PATCH 1/8] sched: change load balance number to h_nr_running of run queue Lei Wen
2013-08-18  8:25 ` [PATCH 2/8] sched: change cpu_avg_load_per_task using h_nr_running Lei Wen
2013-08-18  8:25 ` [PATCH 3/8] sched: change update_rq_runnable_avg " Lei Wen
2013-08-18  8:25 ` [PATCH 4/8] sched: change pick_next_task_fair to h_nr_running Lei Wen
2013-08-18  8:25 ` [PATCH 5/8] sched: change update_sg_lb_stats " Lei Wen
2013-08-18  8:25 ` [PATCH 6/8] sched: change find_busiest_queue " Lei Wen
2013-08-18  8:25 ` [PATCH 7/8] sched: change active_load_balance_cpu_stop to use h_nr_running Lei Wen
2013-08-18  8:25 ` [PATCH 8/8] sched: document the difference between nr_running and h_nr_running Lei Wen

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).