Re: Bottom halves, task queues invokation

From: Timur Tabi (ttabi@interactivesi.com)
Date: Mon Sep 24 2001 - 13:03:19 EST


Nirranjan.K wrote:

> In case of
>
> kernel thread is running on behalf of user process. In meantime a timer
> interrupt arrives(slow interrupt). Now after end of timer interrupt are
> Bottom halves, task queues invoked ? (offcourse Scheduler is not invoked as
> kernel is not pre emptive)

I'm not sure I understand your question, but bottom halves and tasklets do not
pre-empt the kernel. So if a timer interrupts the kernel, and the timer
handler schedules a tasklet, then after the timer handler exists, AND after
the kernel exists, that's when the tasklet is run.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Sep 30 2001 - 21:00:24 EST