Lines Matching defs:node
39 static int alloc_masks(struct irq_desc *desc, gfp_t gfp, int node) in alloc_masks()
54 static void desc_smp_init(struct irq_desc *desc, int node) in desc_smp_init()
67 alloc_masks(struct irq_desc *desc, gfp_t gfp, int node) { return 0; } in alloc_masks()
68 static inline void desc_smp_init(struct irq_desc *desc, int node) { } in desc_smp_init()
71 static void desc_set_defaults(unsigned int irq, struct irq_desc *desc, int node, in desc_set_defaults()
144 static struct irq_desc *alloc_desc(int irq, int node, struct module *owner) in alloc_desc()
195 static int alloc_descs(unsigned int start, unsigned int cnt, int node, in alloc_descs()
231 int i, initcnt, node = first_online_node; in early_irq_init() local
269 int count, i, node = first_online_node; in early_irq_init() local
305 static inline int alloc_descs(unsigned int start, unsigned int cnt, int node, in alloc_descs()
430 __irq_alloc_descs(int irq, unsigned int from, unsigned int cnt, int node, in __irq_alloc_descs()
483 unsigned int irq_alloc_hwirqs(int cnt, int node) in irq_alloc_hwirqs()