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)