Lines Matching defs:node
345 /* Set which node and thread will handle the next interrupt. */
370 int rc, node;
372 for_each_online_node(node) {
374 (node << IIC_IRQ_NODE_SHIFT));
376 printk("ERROR: Unable to allocate irq for node %d\n",
377 node);
384 printk("ERROR: Request for irq on node %d failed\n",
385 node);
394 void cbe_sync_irq(int node)
400 | (node << IIC_IRQ_NODE_SHIFT));
404 "for node %d\n", irq, node);