Re: Scheduling tasklets from process context...

2005-04-06 Thread Roland Dreier
arun> Since tasklets are typically used for bottom half arun> processing, is it acceptable/recommended that they be arun> scheduled from a process context (say an ioctl handler)? arun> Should one try to minimize such scheduling and try to do arun> things in process context if

Re: Scheduling tasklets from process context...

2005-04-06 Thread Roland Dreier
arun Since tasklets are typically used for bottom half arun processing, is it acceptable/recommended that they be arun scheduled from a process context (say an ioctl handler)? arun Should one try to minimize such scheduling and try to do arun things in process context if

Re: Scheduling tasklets from process context...

2005-04-05 Thread Kenneth Aafløy
On Wednesday 06 April 2005 04:50, you wrote: > 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 >

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

Re: Scheduling tasklets from process context...

2005-04-05 Thread Kenneth Aafløy
On Wednesday 06 April 2005 04:50, you wrote: 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