kernel(二) interrupts Bottom Halves

kernel(二) interrupts Bottom Halves_第1张图片

 

 Softirqs 

 

Tasklets

             Tasklets have a simpler interface and relaxed locking rules than softirqs.

             Tasklets are represented by two softirqs:HI_SOFTIRQ and TASKLET_SOFTIRQ.

             

 

你可能感兴趣的:(interrupt)