IRQ

中断请求

常用释义

词性释义

abbr. 中断请求(Interrupt Request)
例句
  • 全部
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线路上的回调句柄!
所有的共享同一个IRQ数的设备被一个链表所关联在一起,这个指针指向这个链表。
一个简单的方法可以增加该系统可以提供的设备数目,就是充许多个设备共享一个通用的IRQ。
The IRQ column indicates the number of interrupts that occurred while that process was running.
IRQ栏指明了在进程进行过程中发生的中断的数目。
布尔值用于指明IRQ是否能被共享。
你对一部计算机附加的每个装置可能需要它自己的IRQ端口。
代表性的,当一个设备驱动注册成一个NIC,它要请求分配一个IRQ。
IRQ信号发送给对应重定向表条目中所列的局部APIC。
为兼容的路由器找到了IRQ微型端口。
While DMA channels bypass the CPU, devices that use DMA are still configured with IRQ ports.
DMA波道省略处理器,不过仍然使用DMA的装置与IRQ端口一起配置。
一个链表只有在多个设备共享同一个IRQ时才会包含更多的元素。
Note that to identify the handler, the kernel needs both the IRQ number and the device identifier.
注意,为了标识处理句柄,内核同时须要IRQ号和设备ID。
在这个系统中找到了路由器的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微型端口注册表项。
IRQ允许一元件如此的当做一个键盘或者打印机请求来自处理器的服务。
当你正在连接许多装置的时候,IRQ冲突是通常的。
This is especially important with shared IRQs, as explained in the later section "Interrupt sharing. "
对于共享IRQ来说,这更加重要,在后面的章节“共享中断”中有解释。
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。
要使用软件生成的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,绑定式接口
适配器型号或芯片集、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)