Home
last modified time | relevance | path

Searched refs:alloc_irq_and_cfg_at (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dhw_irq.h139 extern struct irq_cfg *alloc_irq_and_cfg_at(unsigned int at, int node);
/linux-4.1.27/arch/x86/kernel/apic/
Dvector.c69 struct irq_cfg *alloc_irq_and_cfg_at(unsigned int at, int node) in alloc_irq_and_cfg_at() function
Dio_apic.c264 cfg = alloc_irq_and_cfg_at(i, node); in arch_early_ioapic_init()
2457 struct irq_cfg *cfg = alloc_irq_and_cfg_at(irq, node); in io_apic_setup_irq_pin()