irq

irq

 英

  • n.中斷請求
  • 網絡中斷號;外部中斷模式;中斷請求號

英漢解釋

n.
1.
中斷請求

例句

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.

CPU8279監視采用查詢方式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

雙向以太網SMPIRQnumactl使用irqbalance

For example, to bind processing of IRQ number 177 to CPUs 4 through 7 (bitmask 11110000), issue

例如,以下命令將IRQ號為177的中斷的處理綁定到CPU4到CPU7(位掩碼11110000)