First page Back Continue Last page Overview Graphics
Deferrable functions (2)
In theses cases, deferrable functions (softirqs, tasklets, or bottom halves) should be used
These kernel functions are interruptible
They are invoked:
- after finishing handling an I/O interrupt
- when a ksoftirqd_CPUi kernel thread is awoken (there is one such thread for each CPU)