public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Timur Tabi <ttabi@interactivesi.com>
To: "Nirranjan.K" <nirran@sasken.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Bottom halves, task queues invokation
Date: Mon, 24 Sep 2001 13:03:19 -0500	[thread overview]
Message-ID: <3BAF7567.7030700@interactivesi.com> (raw)
In-Reply-To: <9ok0mr$f4q$1@ncc-k.sasi.com>

Nirranjan.K wrote:

> In case of
> 
> kernel thread is running on behalf of user process. In meantime a timer
> interrupt arrives(slow interrupt). Now after end of timer interrupt are
> Bottom halves, task queues invoked ? (offcourse Scheduler is not invoked as
> kernel is not pre emptive)


I'm not sure I understand your question, but bottom halves and tasklets do not 
pre-empt the kernel.  So if a timer interrupts the kernel, and the timer 
handler schedules a tasklet, then after the timer handler exists, AND after 
the kernel exists, that's when the tasklet is run.


      reply	other threads:[~2001-09-24 18:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-23  6:45 Bottom halves, task queues invokation Nirranjan.K
2001-09-24 18:03 ` Timur Tabi [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=3BAF7567.7030700@interactivesi.com \
    --to=ttabi@interactivesi.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nirran@sasken.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