Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/pci/
H A Dpci_irq.c30 static struct airq_iv **zpci_ibv; variable
258 aibv = zpci_ibv[si]; in zpci_floating_irq_handler()
292 zpci_ibv[*bit] = zdev->aibv; in __alloc_airq()
413 zpci_ibv[zdev->aisb] = NULL; in arch_teardown_msi_irqs()
465 zpci_ibv = kcalloc(num_possible_cpus(), sizeof(*zpci_ibv), in zpci_directed_irq_init()
467 if (!zpci_ibv) in zpci_directed_irq_init()
479 if (!zpci_ibv[cpu]) in zpci_directed_irq_init()
491 zpci_ibv = kcalloc(ZPCI_NR_DEVICES, sizeof(*zpci_ibv), GFP_KERNEL); in zpci_floating_irq_init()
492 if (!zpci_ibv) in zpci_floating_irq_init()
502 kfree(zpci_ibv); in zpci_floating_irq_init()
[all …]