irq
美
英 
英漢解釋
例句
In 2. 6, the driver needs to return IRQ_HANDLED if the interrupt is from that device or IRQ_NONE if it has nothing to do with it.
在2.6中,驅動程序如果要從一個設備上發出一個中斷需要返回IRQ_HANDLED,如果不是的話返回IRQ_NONE。
Registers and releases, respectively, a callback handler for an IRQ line. The registration can be exclusive or shared.
分別用于注冊和釋放在IRQ線路上的回調句柄!
All the devices sharing the same IRQ number are linked together in a list with this pointer.
所有的共享同一個IRQ數的設備被一個鏈表所關聯在一起,這個指針指向這個鏈表。
A simple way to increase the number of devices a system can host is to allow multiple devices to share a common IRQ.
一個簡單的方法可以增加該系統可以提供的設備數目,就是充許多個設備共享一個通用的IRQ。
The IRQ column indicates the number of interrupts that occurred while that process was running.
IRQ欄指明了在進程進行過程中發生的中斷的數目。
Boolean indicating whether the IRQ can be shared.
布爾值用于指明IRQ是否能被共享。
Each device you attach to a computer may need its own IRQ port.
你對一部計算機附加的每個裝置可能需要它自己的IRQ端口。
Typically, when a device driver registers an NIC, it requests and assigns an IRQ.
代表性的,當一個設備驅動注冊成一個NIC,它要請求分配一個IRQ。
The IRQ signal is delivered to the local APICs listed in the corresponding Redirection Table entry.
IRQ信號發送給對應重定向表條目中所列的局部APIC。
IRQ Miniport found for a compatible router.
為兼容的路由器找到了IRQ微型端口。
While DMA channels bypass the CPU, devices that use DMA are still configured with IRQ ports.
DMA波道省略處理器,不過仍然使用DMA的裝置與IRQ端口一起配置。
A list includes more than one element only when multiple devices share the same IRQ.
一個鏈表只有在多個設備共享同一個IRQ時才會包含更多的元素。
Note that to identify the handler, the kernel needs both the IRQ number and the device identifier.
注意,為了標識處理句柄,內核同時須要IRQ號和設備ID。
IRQ Miniport found for the router in this system.
在這個系統中找到了路由器的IRQ微型端口。
The IRQ signal is delivered to the local APIC of the processor that is executing the process with the lowest priority.
IRQ信號送給正在執行最低優先級進程的處理器的局部APIC。
SMP IRQ affinity was not changed and numactl and bonding were not used.
不修改SMPIRQ親合,也不使用numactl和綁定。
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)有一個句柄鏈表。
IRQ Miniport registry key not found.
沒有找到IRQ微型端口注冊表項。
An IRQ allows a component such as a keyboard or printer to request service from the CPU.
IRQ允許一元件如此的當做一個鍵盤或者打印機請求來自處理器的服務。
IRQ conflicts are common when you're connecting a lot of devices.
當你正在連接許多裝置的時候,IRQ沖突是通常的。
This is especially important with shared IRQs, as explained in the later section "Interrupt sharing. "
對于共享IRQ來說,這更加重要,在后面的章節“共享中斷”中有解釋。
CPU on the 8279 surveillance using the query mode, the 8279 interrupt request signal IRQ left unused.
CPU對8279的監視采用了查詢方式,故8279的中斷請求信號IRQ懸空未用。
If your printer doesn't work after you've connected a second network card, it can help to know the standard IRQ for printers.
如果在你已經連接一個第二個網絡卡之后,你的打印機不工作,它能幫助為打印機知道標準的IRQ。
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,需要對代碼進行如下修改
Research on the Problem of Interrupt Choking Effect for Multi Serial Port Sharing One IRQ Number
多串口卡共享中斷產生的中斷阻塞問題研究
netserver, Ethernet SMP IRQ affinity, no irqbalance, bonded interfaces
以太網SMPIRQ親合,不使用irqbalance,綁定式接口
adapter model or chipset , irq , and bus type
適配器型號或芯片集、irq和總線類型
Bidirectional, Ethernet SMP IRQ affinity and numactl, no irqbalance
雙向,以太網SMPIRQ親合和numactl,不使用irqbalance
For example, to bind processing of IRQ number 177 to CPUs 4 through 7 (bitmask 11110000), issue
例如,以下命令將IRQ號為177的中斷的處理綁定到CPU4到CPU7(位掩碼11110000)