public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Scheduler question in __wake_up_common() - Real Time Apps
@ 2005-02-28 18:30 Chad N. Tindel
  2005-02-28 20:44 ` Steven Rostedt
  0 siblings, 1 reply; 2+ messages in thread
From: Chad N. Tindel @ 2005-02-28 18:30 UTC (permalink / raw)
  To: linux-kernel

I have a question about the implementation in __wake_up_common() that I'm
hoping someone might know the background on.  This function wakes up
a specified number of tasks for a wait_queue.  I'm wondering why it doesn't
wake up the tasks in priority order, so that for things following wake-one 
semantics high priority tasks get woken up before lower priority tasks.

The only thing I can think of off the top of my head is that it simplifies the 
O(1) implementation, but I'm wondering if maybe there is something else.

Thanks,

Chad

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

end of thread, other threads:[~2005-02-28 20:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-28 18:30 Scheduler question in __wake_up_common() - Real Time Apps Chad N. Tindel
2005-02-28 20:44 ` Steven Rostedt

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