Lines Matching refs:free
805 int count, free = -1; in ir_parse_one_hpet_scope() local
826 else if (ir_hpet[count].iommu == NULL && free == -1) in ir_parse_one_hpet_scope()
827 free = count; in ir_parse_one_hpet_scope()
829 if (free == -1) { in ir_parse_one_hpet_scope()
834 ir_hpet[free].iommu = iommu; in ir_parse_one_hpet_scope()
835 ir_hpet[free].id = scope->enumeration_id; in ir_parse_one_hpet_scope()
836 ir_hpet[free].bus = bus; in ir_parse_one_hpet_scope()
837 ir_hpet[free].devfn = PCI_DEVFN(path->device, path->function); in ir_parse_one_hpet_scope()
850 int count, free = -1; in ir_parse_one_ioapic_scope() local
871 else if (ir_ioapic[count].iommu == NULL && free == -1) in ir_parse_one_ioapic_scope()
872 free = count; in ir_parse_one_ioapic_scope()
874 if (free == -1) { in ir_parse_one_ioapic_scope()
879 ir_ioapic[free].bus = bus; in ir_parse_one_ioapic_scope()
880 ir_ioapic[free].devfn = PCI_DEVFN(path->device, path->function); in ir_parse_one_ioapic_scope()
881 ir_ioapic[free].iommu = iommu; in ir_parse_one_ioapic_scope()
882 ir_ioapic[free].id = scope->enumeration_id; in ir_parse_one_ioapic_scope()
1404 .free = intel_irq_remapping_free,