From: Anders Peter Fugmann <afu@fugmann.dhs.org>
To: george anzinger <george@mvista.com>, linux-kernel@vger.kernel.org
Subject: Re: Looking for comments on Bottom-Half/Tasklet/SoftIRQ
Date: Mon, 20 Aug 2001 23:05:52 +0200 [thread overview]
Message-ID: <3B817BB0.1050507@fugmann.dhs.org> (raw)
In-Reply-To: <20010818231704.A2388@ieee.org> <3B7FF06A.4090606@fugmann.dhs.org> <20010819013508.B2388@ieee.org> <3B81350C.E48FCF11@mvista.com>
george anzinger wrote:
>
> A simple example is the ../kernel/timer.c code. The "run_task_list()"
> function is called from a tasklet. "do_timer()" is called from
> interrupt and "mark_bh(TIMER_BH)" puts the tasklet in the queue.
> "timer_bh()" (old names die hard) is the tasklet.
>
mark_bh is the use of old BH's.
You want to use tasklet_schedule if a tasklet should be sheduled.
(_not_ tasklet_hi_schedule, those are the BH's)
Regards
Anders Fugmann
> George
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
>
prev parent reply other threads:[~2001-08-20 21:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-08-19 3:17 Looking for comments on Bottom-Half/Tasklet/SoftIRQ chuckw
2001-08-19 16:59 ` Anders Peter Fugmann
2001-08-19 5:35 ` chuckw
2001-08-19 19:01 ` Anders Peter Fugmann
2001-08-19 10:57 ` chuckw
2001-08-20 16:04 ` george anzinger
2001-08-20 12:39 ` chuckw
2001-08-20 21:05 ` Anders Peter Fugmann [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=3B817BB0.1050507@fugmann.dhs.org \
--to=afu@fugmann.dhs.org \
--cc=george@mvista.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