public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* highest and lowest priority job of a runqueue
@ 2007-07-25  9:48 Martin Roehricht
  0 siblings, 0 replies; 11+ messages in thread
From: Martin Roehricht @ 2007-07-25  9:48 UTC (permalink / raw)
  To: linux-kernel

Hi,

I have some questions concerning the current 2.6.22 scheduler 
implementation. I was wondering how I may retrieve
(a) the priority/load of the highest and the lowest priority task of a
    runqueue (in a multiprocessor system), and
(b) the corresponding pointer to this task?

I thought I might use (given a list with tmp pointers to all CPUs)
	rq = cpu_rq(tmp->cpu);
	task_load = rq->curr->load_weight;
but this always returns 128 regardless of the fact if a task currently
runs on that CPU or not. I guess it returns the load of the migration
thread, but I'm not sure. I would like to migrate specific tasks
throughout find_busiest_group().

Furthermore, is it correct, that the current migration strategy
(move_tasks()) chooses automatically the highest priority task?

Thanks for your help,
Martin

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

end of thread, other threads:[~2007-08-02 21:08 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <8KLFD-G9-5@gated-at.bofh.it>
2007-07-25 15:18 ` highest and lowest priority job of a runqueue Martin Roehricht
2007-08-02  8:58 ` Scheduling the highest priority task Martin Roehricht
2007-08-02 11:40   ` Ingo Molnar
2007-08-02 15:00     ` Martin Roehricht
2007-08-02 15:03       ` Ingo Molnar
2007-08-02 15:14         ` Martin Roehricht
2007-08-02 15:19           ` Ingo Molnar
2007-08-02 15:46             ` Martin Roehricht
2007-08-02 19:48               ` Ingo Molnar
2007-08-02 21:05                 ` Martin Roehricht
2007-07-25  9:48 highest and lowest priority job of a runqueue Martin Roehricht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox