Scheduling tasklets from process context...

2005-04-05 Thread arun.prabha
Hi, I have a query. Since tasklets are typically used for bottom half processing, is it acceptable/recommended that they be scheduled from a process context (say an ioctl handler)? Should one try to minimize such scheduling and try to do things in process context if possible, as tasklets run

Scheduling tasklets from process context...

2005-04-05 Thread arun.prabha
Hi, I have a query. Since tasklets are typically used for bottom half processing, is it acceptable/recommended that they be scheduled from a process context (say an ioctl handler)? Should one try to minimize such scheduling and try to do things in process context if possible, as tasklets run