public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* workqueue is not working?
@ 2005-11-17 23:05 Xin Zhao
  2007-07-20 12:07 ` Misbah khan
  0 siblings, 1 reply; 3+ messages in thread
From: Xin Zhao @ 2005-11-17 23:05 UTC (permalink / raw)
  To: linux-kernel

I tried to schedule some work in an softirq handler. The way I did is
as follows:

I use create_workqueue to initialize a workqueue "vrpciod_workqueue",

in the softirq, I do INIT_WORK(work, func, data), and then
queue_work(vrpciod_workqueue, work);

I think func() should be called a bit later. However, I noticed that
func() is never called by the workqueue. I don't know why.

Can soneone give me some suggestions? Many thanks!

Xin

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

end of thread, other threads:[~2007-07-24  7:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-17 23:05 workqueue is not working? Xin Zhao
2007-07-20 12:07 ` Misbah khan
2007-07-24  7:16   ` Misbah khan

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