From: Maksim Krasnyanskiy <maxk@qualcomm.com>
To: "Raj, Ashok" <ashok.raj@intel.com>,
"Linux-Kernel (E-mail)" <linux-kernel@vger.kernel.org>
Subject: Re: tasklet question...
Date: Wed, 22 Aug 2001 15:33:22 -0700 [thread overview]
Message-ID: <4.3.1.0.20010822153241.01f40100@mail1> (raw)
In-Reply-To: <9319DDF797C4D211AC4700A0C96B7C9404AC2171@orsmsx42.jf.intel .com>
>processing in the tasklet would like to reschedule tasklet again. will the following work
>
>tasklet_function()
>{
> more_processing = DeferredProcessing()
> if (more_processing)
> tasklet_schedule() // this will schedule the same tasklet.
>}
>
>is the above legal.
It's fine and it will work.
Max
Maksim Krasnyanskiy
Senior Kernel Engineer
Qualcomm Incorporated
maxk@qualcomm.com
http://bluez.sf.net
http://vtun.sf.net
next parent reply other threads:[~2001-08-22 22:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <9319DDF797C4D211AC4700A0C96B7C9404AC2171@orsmsx42.jf.intel .com>
2001-08-22 22:33 ` Maksim Krasnyanskiy [this message]
2001-08-23 17:28 ` tasklet question george anzinger
2001-08-23 18:07 ` Maksim Krasnyanskiy
2001-08-22 22:24 Raj, Ashok
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=4.3.1.0.20010822153241.01f40100@mail1 \
--to=maxk@qualcomm.com \
--cc=ashok.raj@intel.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.