First page Back Continue Last page Overview Graphics
Deferrable functions (1)
Operations to be carried by an interrupt handler, right after an interrupt has occurred, are performed with the IRQ that caused the interrupt masked
This may cause problems if the interrupt handling requires too much time
Classic example: the timer interrupt handler must do a lot of bookkeeping: update CPU's usage statistics, check software timers expirations, etc.