Linux kernel 软中断机制之每cpu软中断处理

尽管软中断处理能够在中断以后进行,内核设计者也实现了软中断在内核线程上下文运行。即softirqdX类。 定义每CPU线程: DEFINE_PER_CPU(struct task_struct *, ksoftirqd);   static struct smp_hotplug_thread softirq_threads = {  .store   = &ksoftirqd,  .thread_
相关文章
相关标签/搜索