The kernel will stop at this point when the ISR schedules the tasklet/bottom half.
当 ISR 对这个 tasklet/bootom half 进行调度时,内核就会在这个断点处停止。
This requires that the tasklet_enable function be invoked to make the tasklet schedulable.
这时需要调用函数tasklet_enable来实现微线程可被调度。
You will need another separate polling thread, which will get notified by the first thread when to schedule a tasklet.
需要另外一个单独的轮询线程,在调度 tasklet 时,第一个线程会通知它。
应用推荐