Hi Vishwas, >From what I have read, tasklet run in interrupt context and work queues run via kernel thread in process context. So, you cannot schedule a tasklet on a kernel thread. Thanks, Arun
On May 12, 2014 5:06 PM, "Vishwas Srivastava" <[email protected]> wrote: > Hi All, > This may sound a dumb question. I just want to know if a > tasklet can be scheduled from a kernel thread. > what are the pros and crons of doing so? > thanks, > Vishwas S > > _______________________________________________ > Kernelnewbies mailing list > [email protected] > http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies > >
_______________________________________________ Kernelnewbies mailing list [email protected] http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
