Bottom Half |
Context |
Inherent Serialization |
---|---|---|
Softirq |
Interrupt |
None |
Tasklet |
Interrupt |
Against the same tasklet |
Work queues |
Process |
None (scheduled as process context) |
Work queues can work in the process context!!! do you know?