previous | start | next

Executing a softirq

A softirq must be marked to indicate it is to be executed.

Typically an interrupt handler (the top half) marks its softirq for execution before returning.

Marked softirq's execute later at these possible times:



previous | start | next