国产高清精品免费区-男女一进一出抽搐免费视频-中日韩一二三级黄色永久视频-日韩精品人妻一区二区免费视频-日本久久视频在线观看-99热这里只有精品88热-亚洲韩国黄色最新短视频一区-日韩伦理在线观看免费全集-国产av一区二区三区天堂

irqs

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