public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Increase priority of a workqueue thread ?
@ 2005-10-20 13:12 Block Device
  2005-10-20 13:36 ` linux-os (Dick Johnson)
  2005-10-20 15:05 ` Con Kolivas
  0 siblings, 2 replies; 4+ messages in thread
From: Block Device @ 2005-10-20 13:12 UTC (permalink / raw)
  To: Linux Kernel Mailing List

Hi,
    I am using a custom workqueue thread in my module. How do I increase the
priority of the workqueue threads ?
I've seen that each workqueue contains an array of per-cpu structures
which has a
task_struct of the thread on a particular cpu. Since these threads are
created from keventd
I think they'll have the same priority as keventd.  Also the per-cpu
structure is something which is private to the workqueue
implementation. Directly using it (from my driver) to increase the
priority of the workqueue doesnt seem correct to me. Is there any
interface or standard way of changing the priority of a workqueue.

Thanks
BD

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

end of thread, other threads:[~2005-10-21  6:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-20 13:12 Increase priority of a workqueue thread ? Block Device
2005-10-20 13:36 ` linux-os (Dick Johnson)
2005-10-20 15:05 ` Con Kolivas
2005-10-21  6:55   ` Block Device

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