Searched refs:zpci_ibv (Results 1 – 1 of 1) sorted by relevance
36 static struct airq_iv **zpci_ibv; variable252 aibv = zpci_ibv[si]; in zpci_floating_irq_handler()299 zpci_ibv[bit] = zdev->aibv; in arch_setup_msi_irqs()377 zpci_ibv[zdev->aisb] = NULL; in arch_teardown_msi_irqs()428 zpci_ibv = kcalloc(num_possible_cpus(), sizeof(*zpci_ibv), in zpci_directed_irq_init()430 if (!zpci_ibv) in zpci_directed_irq_init()442 if (!zpci_ibv[cpu]) in zpci_directed_irq_init()454 zpci_ibv = kcalloc(ZPCI_NR_DEVICES, sizeof(*zpci_ibv), GFP_KERNEL); in zpci_floating_irq_init()455 if (!zpci_ibv) in zpci_floating_irq_init()465 kfree(zpci_ibv); in zpci_floating_irq_init()[all …]
Completed in 6 milliseconds