From: Alex Ivchenko <aivchenko@ueidaq.com>
To: linux-kernel@vger.kernel.org
Subject: 2.4.6 possible problem
Date: Tue, 17 Jul 2001 10:01:47 -0400 [thread overview]
Message-ID: <3B54454B.97AA34E6@ueidaq.com> (raw)
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
next reply other threads:[~2001-07-17 14:00 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-07-17 14:01 Alex Ivchenko [this message]
2001-07-17 14:46 ` 2.4.6 possible problem 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3B54454B.97AA34E6@ueidaq.com \
--to=aivchenko@ueidaq.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.