All of lore.kernel.org
 help / color / mirror / Atom feed
From: vikram186@gmail.com (Vikram Narayanan)
To: kernelnewbies@lists.kernelnewbies.org
Subject: linux hrtimer affinity
Date: Sat, 18 Feb 2012 23:34:09 +0530	[thread overview]
Message-ID: <4F3FE819.3030709@gmail.com> (raw)
In-Reply-To: <mailman.1.1329498001.1915.kernelnewbies@kernelnewbies.org>

Hello,

On 17-Feb-12 00:58:30, srimugunthan dhandapani wrote:
> Hi all
> As an experiment, i am trying to use softirq instead of using tasklet
> in my driver code.

Softirqs are meant for very critical processing. Why don't you reconsider?

> I was passing the driver's structure pointer to the tasklet.

Tasklet or softirq?

> The "open_softirq" takes only the function pointer as argument.
> Since we can't pass any argument to the softirq, is there any
> workaround that is possible to make the structure pointer accessible
> to softirq?

Anyways, you would've defined the softirq handler in your driver. right?

> I just need to do this for taking measurements.
Timestamps?

HTH,
Vikram

       reply	other threads:[~2012-02-18 18:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1.1329498001.1915.kernelnewbies@kernelnewbies.org>
2012-02-18 18:04 ` Vikram Narayanan [this message]
2012-02-14 16:06 linux hrtimer affinity Vimal
2012-02-19 23:50 ` Peter Teoh
2012-02-20  2:09   ` Peter Teoh

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=4F3FE819.3030709@gmail.com \
    --to=vikram186@gmail.com \
    --cc=kernelnewbies@lists.kernelnewbies.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.