irqs
美
英 
- 網(wǎng)絡(luò)中斷請求;中斷占用;中斷設(shè)置
例句
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來說,這更加重要,在后面的章節(jié)“共享中斷”中有解釋。
In Chapter 9, we will see what a softirq is and go into detail on how the networking code uses soft irqs.
在第9章中,我們會看到什么是軟中斷以及網(wǎng)絡(luò)代碼是如何使用它們詳細情況。
This feature is used by most interrupt handlers, because it allows them to process IRQs of the same type serially .
這樣特性用在很多中斷處理函數(shù),因為它容許串行地處理同一類型的IRQ。
The following code changes are necessary to use software-generated IRQs
要使用軟件生成的IRQ,需要對代碼進行如下修改