From mboxrd@z Thu Jan 1 00:00:00 1970 From: srimugunthan.dhandapani@gmail.com (srimugunthan dhandapani) Date: Fri, 17 Feb 2012 00:58:30 +0530 Subject: softirq argument Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Hi all As an experiment, i am trying to use softirq instead of using tasklet in my driver code. I was passing the driver's structure pointer to the tasklet. 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? I just need to do this for taking measurements. Thanks, mugunthan