irqs
美
英 
例句
The mapping of IRQs to handlers is stored in a vector of lists, one list of handlers for each IRQ (see Figure 5-2).
映射IRQ的句柄是存储在一个向量链表中,每一个IRQ(参见图5-2)有一个句柄链表。
This is especially important with shared IRQs, as explained in the later section "Interrupt sharing. "
对于共享IRQ来说,这更加重要,在后面的章节“共享中断”中有解释。
In Chapter 9, we will see what a softirq is and go into detail on how the networking code uses soft irqs.
在第9章中,我们会看到什么是软中断以及网络代码是如何使用它们详细情况。
This feature is used by most interrupt handlers, because it allows them to process IRQs of the same type serially .
这样特性用在很多中断处理函数,因为它容许串行地处理同一类型的IRQ。
The following code changes are necessary to use software-generated IRQs
要使用软件生成的IRQ,需要对代码进行如下修改