irqs

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需要代码进行如下修改