public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Kedar Sovani <kedars@gmail.com>
To: mohanv@aftek.com
Cc: linux-kernel@vger.kernel.org
Subject: Re: wait queue sharing..
Date: Sun, 13 Mar 2005 00:23:42 +0530	[thread overview]
Message-ID: <5edf7fc9050312105356a6d0c5@mail.gmail.com> (raw)
In-Reply-To: <423183DE.3020102@aftek.com>

Yes, technically, you can share the wait queue between two modules.
Ofcourse, provided you can manage to initialise it before any use.

Kedar.

On Fri, 11 Mar 2005 17:11:18 +0530, Mohan <mohanv@aftek.com> wrote:
> Hello All,
> 
> I have a question regarding the wait queues. I have a driver
> pxausb_core.o which is the core driver which does all USB endpoint
> handling and hardware interaction. I have one more driver on top of it
> usb-serial which provides for the user-level interaction(like read,
> write, ioctl).
> I have implemented a blocking ioctl, which sends events about the state
> of USB device(enumerated, suspended, disconnected, etc).
> For this ioctl, i have declared a wait_queue and initialized (using
> init_waitqueue_head() func.) in the usb_ctl.c which is part of
> pxausb_core.o. (it has usb_send.c, usb_recv.c, usb_ctl.c, usb_ep0.c).
> I am using that wait_queue variable in usb-ser.c.
> 
> I just wanted to clarify myself whether the wait queues can be shared
> between two driver modules.
> 
> Thank you...
> regards,
> mohan

      reply	other threads:[~2005-03-12 19:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-11 11:41 wait queue sharing Mohan
2005-03-12 18:53 ` Kedar Sovani [this message]

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=5edf7fc9050312105356a6d0c5@mail.gmail.com \
    --to=kedars@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mohanv@aftek.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox