Hi All,
Can we do interruptible_sleep_on or interruptible_sleep_on_timeout from a tasklet?
Regards,
-Jinu
On Thu, 2004-03-11 at 13:48, Jinu M. wrote:
> Hi All,
>
> Can we do interruptible_sleep_on or interruptible_sleep_on_timeout from a tasklet?
no.
In fact you should *NEVER* use interruptible_sleep_on(_timeout) but
especially not from tasklets/irq handlers.