Lines Matching refs:free
813 int count, free = -1; in ir_parse_one_hpet_scope() local
834 else if (ir_hpet[count].iommu == NULL && free == -1) in ir_parse_one_hpet_scope()
835 free = count; in ir_parse_one_hpet_scope()
837 if (free == -1) { in ir_parse_one_hpet_scope()
842 ir_hpet[free].iommu = iommu; in ir_parse_one_hpet_scope()
843 ir_hpet[free].id = scope->enumeration_id; in ir_parse_one_hpet_scope()
844 ir_hpet[free].bus = bus; in ir_parse_one_hpet_scope()
845 ir_hpet[free].devfn = PCI_DEVFN(path->device, path->function); in ir_parse_one_hpet_scope()
858 int count, free = -1; in ir_parse_one_ioapic_scope() local
879 else if (ir_ioapic[count].iommu == NULL && free == -1) in ir_parse_one_ioapic_scope()
880 free = count; in ir_parse_one_ioapic_scope()
882 if (free == -1) { in ir_parse_one_ioapic_scope()
887 ir_ioapic[free].bus = bus; in ir_parse_one_ioapic_scope()
888 ir_ioapic[free].devfn = PCI_DEVFN(path->device, path->function); in ir_parse_one_ioapic_scope()
889 ir_ioapic[free].iommu = iommu; in ir_parse_one_ioapic_scope()
890 ir_ioapic[free].id = scope->enumeration_id; in ir_parse_one_ioapic_scope()
1413 .free = intel_irq_remapping_free,