previous | start | next

Softirq Requirements

Multiple softirq's may run simultaneously on different processors

Two of the same softirq's are may even run at the same time.

Consequently, code in a softirq must be prepared to "lock" shared data to ensure mutually exclusive used.



previous | start | next