public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.4.6 possible problem
@ 2001-07-17 14:01 Alex Ivchenko
  2001-07-17 14:46 ` Richard B. Johnson
  0 siblings, 1 reply; 8+ messages in thread
From: Alex Ivchenko @ 2001-07-17 14:01 UTC (permalink / raw)
  To: linux-kernel

Guys,

does anybody use interruptible_sleep_on_timeout(&wqhead, jiffies); under 2.4.6 ?
It seems that after this call sleeping process is never rescheduled again.
Am I doing something wrong in my driver?


<10716>
Knowing that wait queue was reorganized in 2.4 I declared queue head as:

static DECLARE_WAIT_QUEUE_HEAD(wqhead);

and then in ioctl routine


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

end of thread, other threads:[~2001-07-17 22:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-17 14:01 2.4.6 possible problem Alex Ivchenko
2001-07-17 14:46 ` Richard B. Johnson
2001-07-17 18:44   ` Alex Ivchenko
2001-07-17 18:52     ` Richard B. Johnson
2001-07-17 19:24   ` Linus Torvalds
2001-07-17 19:36     ` Richard B. Johnson
2001-07-17 19:42       ` Richard B. Johnson
2001-07-17 22:33       ` Alex Ivchenko

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