public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: "G SR" <gsr.lkml@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [help] Bottom half scheduling
Date: Tue, 1 Aug 2006 10:15:39 +0200	[thread overview]
Message-ID: <200608011015.40098.arnd@arndb.de> (raw)
In-Reply-To: <b60ce1b70607310536y17e29fbcp8b827a17eaf98511@mail.gmail.com>

Am Monday 31 July 2006 14:36 schrieb G SR:
> The question is: Which tasklet will come into execution when the
> interrupt task completes?. In other words whether the pre-empted
> tasklet will resume its exec-
> ution or the newly scheduled tasklet will execute?

The one that was interrupted will complete first, then the other
one executes. Note that softirqs that are scheduled from other
softirqs may get deferred to execute from ksoftirqd, at a later
point in time.

	Arnd <><

      reply	other threads:[~2006-08-01  8:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-31 12:36 [help] Bottom half scheduling G SR
2006-08-01  8:15 ` Arnd Bergmann [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=200608011015.40098.arnd@arndb.de \
    --to=arnd@arndb.de \
    --cc=gsr.lkml@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox