From: george anzinger <george@mvista.com>
To: Maksim Krasnyanskiy <maxk@qualcomm.com>
Cc: "Raj, Ashok" <ashok.raj@intel.com>,
"Linux-Kernel (E-mail)" <linux-kernel@vger.kernel.org>
Subject: Re: tasklet question...
Date: Thu, 23 Aug 2001 10:28:32 -0700 [thread overview]
Message-ID: <3B853D40.33BD96D9@mvista.com> (raw)
In-Reply-To: <4.3.1.0.20010822153241.01f40100@mail1>
Maksim Krasnyanskiy wrote:
>
> >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.
>
Does the tasklet get run again on the same interrupt (assuming that
tasklets are run at the end of irq processing) or the next one?
If the same, it would seem to be better to just do it.
George
next prev parent reply other threads:[~2001-08-23 17:30 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 ` tasklet question Maksim Krasnyanskiy
2001-08-23 17:28 ` george anzinger [this message]
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=3B853D40.33BD96D9@mvista.com \
--to=george@mvista.com \
--cc=ashok.raj@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=maxk@qualcomm.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 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.