Commit 2d0014c7 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] find_busiest_queue() commentary fix

From: Ingo Molnar <mingo@elte.hu>

Clarify a comment in the CPU scheduler.
parent 22565897
...@@ -1061,10 +1061,11 @@ static inline runqueue_t *find_busiest_queue(runqueue_t *this_rq, int this_cpu, ...@@ -1061,10 +1061,11 @@ static inline runqueue_t *find_busiest_queue(runqueue_t *this_rq, int this_cpu,
* the lock held. * the lock held.
* *
* We fend off statistical fluctuations in runqueue lengths by * We fend off statistical fluctuations in runqueue lengths by
* saving the runqueue length during the previous load-balancing * saving the runqueue length (as seen by the balancing CPU) during
* operation and using the smaller one the current and saved lengths. * the previous load-balancing operation and using the smaller one
* If a runqueue is long enough for a longer amount of time then * of the current and saved lengths. If a runqueue is long enough
* we recognize it and pull tasks from it. * for a longer amount of time then we recognize it and pull tasks
* from it.
* *
* The 'current runqueue length' is a statistical maximum variable, * The 'current runqueue length' is a statistical maximum variable,
* for that one we take the longer one - to avoid fluctuations in * for that one we take the longer one - to avoid fluctuations in
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment